This commit is contained in:
Axel Kohlmeyer
2017-07-27 09:25:02 -04:00
parent 72419b6313
commit 0427f6205e

View File

@ -28,7 +28,7 @@ make lib-colvars args="-m g++" # build COLVARS lib with GNU g++ compiler
def error(str=None):
if not str: print(help)
else: print("ERROR"),str
else: print("ERROR",str)
sys.exit()
# parse args