mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Oops, forgot to not set minimumDebugPriority if it's the empty string.
This commit is contained in:
parent
359ad14888
commit
6904309725
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user