Commit 0427f620 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix typo

parent 72419b63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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