Skip to content

BUG: __name__ cannot be unicode in Python2

username-removed-261087 requested to merge tdaff/ase:gui_str_name into master

Ensure that name is set to something that identifies as a string whichever python is used.

This was causing test failures: https://ci.appveyor.com/project/tdaff/ase/build/1.0.89

Merge request reports