Merge branch release-2018
[alexxy/gromacs.git] / scripts / make_gromos_rtp.py
index 09b1b933773ce9344d51772f57807887b8e52f77..f4b14f0186d4cd6aeff2dbf21708dfcf8cf73dc0 100755 (executable)
@@ -123,7 +123,7 @@ class Cin:
        for i in range(len(list)):
                 if list[i] == string:
                    return i
-       print >> sys.stderr "Could not find string",string,"in list of length",len(list)
+       print >> sys.stderr, "Could not find string", string, "in list of length", len(list)
        return -1
 
 #--------------------------#