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
1 changed files with 2 additions and 1 deletions

View File

@ -466,7 +466,8 @@ if __name__ == '__main__':
the commas.""")
priority = anything('What would you like the minimum priority to be? '
'Just press enter to accept the default.')
debugVariables['minimumDebugPriority'] = priority
if priority:
debugVariables['minimumDebugPriority'] = priority
if advanced:
myPrint("""Here's some stuff you only get to choose if you're an