sammmlow / LEOGPS

:earth_asia: :satellite: :earth_asia: :satellite: LEOGPS - Satellite Navigation with GPS on Python!
MIT License
63 stars 15 forks source link

Add for cross-compatibility on Linux (tested on Ubuntu 18.04). #12

Closed ANDREWNGT closed 2 years ago

ANDREWNGT commented 2 years ago

Previous usage of '\' character conflicts with UNIX file format. Used os.sep to delineate file path for both Linux and windows ( likely MacOS as well) .

sammmlow commented 2 years ago

Good catch! Great pull request!