mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-16 15:39:21 +01:00
botchk: fix syntax error
This commit is contained in:
parent
1690839a26
commit
3be1804553
@ -53,7 +53,7 @@ def debug(s):
|
|||||||
s += os.linesep
|
s += os.linesep
|
||||||
sys.stdout.write(s)
|
sys.stdout.write(s)
|
||||||
|
|
||||||
def main()
|
def main():
|
||||||
# XXX I wanted this for conf.version, but this will create directories. We
|
# XXX I wanted this for conf.version, but this will create directories. We
|
||||||
# really need to refactor conf so it either doesn't create directories, or
|
# really need to refactor conf so it either doesn't create directories, or
|
||||||
# so that static information (like the version) can be imported from
|
# so that static information (like the version) can be imported from
|
||||||
|
Loading…
Reference in New Issue
Block a user