diff --git a/lib/colvars/Install.py b/lib/colvars/Install.py index af658fa26c..2fc207710c 100644 --- a/lib/colvars/Install.py +++ b/lib/colvars/Install.py @@ -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