botchk: fix syntax error

This commit is contained in:
James Lu 2023-04-27 18:36:50 -07:00
parent 1690839a26
commit 3be1804553
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ def debug(s):
s += os.linesep
sys.stdout.write(s)
def main()
def main():
# 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
# so that static information (like the version) can be imported from