BU-hammerTeam / PyHammer

A Python Spectral Typing Suite
MIT License
53 stars 14 forks source link

Forward slash in spectral path #6

Closed jvntra closed 8 years ago

jvntra commented 8 years ago

If the file with the spectra list doesn't contain the full path, theres an option in the GUI to supply the path. However, this doesn't add a forward slash and the code, when it cannot find a forward slash, appears to add a backslash to the path which then breaks when trying to find the path in Mac OS given that paths in Mac use forward slashes.

zephyr5050 commented 8 years ago

Has now been resolved. Thanks for letting us know.