Skip to content
Snippets Groups Projects
Commit 0427f620 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix typo

parent 72419b63
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ make lib-colvars args="-m g++" # build COLVARS lib with GNU g++ compiler ...@@ -28,7 +28,7 @@ make lib-colvars args="-m g++" # build COLVARS lib with GNU g++ compiler
def error(str=None): def error(str=None):
if not str: print(help) if not str: print(help)
else: print("ERROR"),str else: print("ERROR",str)
sys.exit() sys.exit()
# parse args # parse args
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment