Oops, forgot to not set minimumDebugPriority if it's the empty string.

This commit is contained in:
Jeremy Fincher 2003-09-25 14:03:12 +00:00
parent 359ad14888
commit 6904309725

View File

@ -466,6 +466,7 @@ if __name__ == '__main__':
the commas.""") the commas.""")
priority = anything('What would you like the minimum priority to be? ' priority = anything('What would you like the minimum priority to be? '
'Just press enter to accept the default.') 'Just press enter to accept the default.')
if priority:
debugVariables['minimumDebugPriority'] = priority debugVariables['minimumDebugPriority'] = priority
if advanced: if advanced: