This commit is contained in:
sfan5 2021-12-19 22:37:12 +01:00
parent cc6a04ffac
commit 2995a1fcbf
2 changed files with 15 additions and 9 deletions

View file

@ -58,7 +58,7 @@ if __name__ == "__main__":
print(str(e))
exit(1)
# Process command line args
if readopt("-h") or readopt("--help"):
if readopt("-h") is not None or readopt("--help") is not None:
usage()
exit(0)
loglevel = logging.INFO