mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-10 20:22:36 +01:00
Fixed SyntaxError in supybot-wizard.
This commit is contained in:
parent
f5e4e64815
commit
292b1627b8
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user