From 6904309725b0ef75c385213965a1783bb389d2b8 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 25 Sep 2003 14:03:12 +0000 Subject: [PATCH] Oops, forgot to not set minimumDebugPriority if it's the empty string. --- scripts/supybot-wizard.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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