mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-11-27 21:37:23 +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…
x
Reference in New Issue
Block a user