Skip to content

Fix inconsistent file mode for potcar writing in vasp

username-removed-431132 requested to merge jochym/ase:fix-vasp-py3 into master

This fixes py3 incompatibility in write_potcar arising from inconsistent file open mode for reading and writing. Since the function really copies the contents of the file there is no reason to not using binary mode without any conversion.

Merge request reports