calliope-edu / CalliopEO_AstroPi

MIT License
1 stars 2 forks source link

Removed reference to user in Pythopn code #4

Closed rzbrk closed 3 years ago

rzbrk commented 3 years ago

This pull requests references the issue #3 . The function os.path.expanduser() is used to replace an initial ~ by the environment variable HOME if it is set; otherwise the current user’s home directory is looked up in the password directory.

This change was successfully tested.