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