Fixed SyntaxError in supybot-wizard.

This commit is contained in:
Jeremy Fincher 2005-01-25 15:49:42 +00:00
parent f5e4e64815
commit 292b1627b8

View File

@ -29,8 +29,6 @@
# POSSIBILITY OF SUCH DAMAGE. # POSSIBILITY OF SUCH DAMAGE.
### ###
import os import os
import sys import sys
@ -590,8 +588,10 @@ def main():
### ###
# Write the registry # Write the registry
### ###
conf.supybot.debug.generated.setValue('%s; %s' %
( # We're going to need to do a darcs predist thing here.
#conf.supybot.debug.generated.setValue('...')
if not filename: if not filename:
filename = '%s.conf' % nick filename = '%s.conf' % nick
registry.close(conf.supybot, filename) registry.close(conf.supybot, filename)