mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-26 13:01:06 -05: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…
x
Reference in New Issue
Block a user