.
This commit is contained in:
parent
cc6a04ffac
commit
2995a1fcbf
2 changed files with 15 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue