Skip to content
Snippets Groups Projects
Commit c6e36f4f authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Fixed non ASCII character

It was giving troubles on my mac with py2.7
parent 265fd72a
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ for path in os.environ["PATH"].split(os.pathsep):
plumedexe=exe_file
break
# Get information on where plumed headers and libraries are installed and the version number
# Get information on where plumed headers and libraries are installed and the version number
print( "Plumedexe is " + plumedexe )
plumedroot = subprocess.check_output([plumedexe, 'info', '--root']).decode("utf-8").strip("\n")
print( "Creating interface for plumed version in " + plumedroot )
......
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