mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 09:29:24 +01:00
Fixed SyntaxError in supybot-wizard.
This commit is contained in:
parent
f5e4e64815
commit
292b1627b8
@ -29,8 +29,6 @@
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
###
|
||||
|
||||
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
@ -590,8 +588,10 @@ def main():
|
||||
###
|
||||
# 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:
|
||||
filename = '%s.conf' % nick
|
||||
registry.close(conf.supybot, filename)
|
||||
|
Loading…
Reference in New Issue
Block a user