makson96 / Dynamics

Dynamics PyMOL Plugin
GNU General Public License v3.0
40 stars 16 forks source link

os.getenv("HOME") -> os.path.expanduser('~') #98

Closed speleo3 closed 5 years ago

speleo3 commented 5 years ago

HOME is usually not defined on Windows, os.path.expanduser('~') works cross-platform.

makson96 commented 5 years ago

Sorry for late review. Thank you for your commit. It looks good. Travic CI tests have passed for this pull request, so I am integrating it. Best regards,