Started adding code for writing the main project file.

This commit is contained in:
Veronica K. B. Olsen
2018-10-14 23:19:54 +02:00
parent 39044818ca
commit 1154513710
3 changed files with 70 additions and 6 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ def main(sysArgs):
debugLevel = logging.INFO
elif inArg == "DEBUG":
debugLevel = logging.DEBUG
debugStr = "{name:>20}:{lineno:<4d} {levelname:8} {message:}"
debugStr = "{name:>22}:{lineno:<4d} {levelname:8} {message:}"
else:
print("Invalid debug level")
exit(2)