diff --git a/scripts/supybot-wizard.py b/scripts/supybot-wizard.py index 79e621d40..e5eba7026 100755 --- a/scripts/supybot-wizard.py +++ b/scripts/supybot-wizard.py @@ -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