Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change filenames/paths to be cross-platform (fixes #26) #27

Merged
merged 3 commits into from
Feb 16, 2024

Conversation

jclark1913
Copy link
Collaborator

Overview

This PR fixes a bug experienced by Windows users (reported in #26 - thanks @martyna1221! ) where filenames generated with colons were throwing an oserror.

This PR makes all file paths compatible with Windows and updates output_test.py.

Changelog

  • Colons (:) are now dashes (i) in filenames
  • os.path is now used in output.py for all filepaths
  • Version bumped to 0.2.3

- : removed from filename (fixes oserror on windows)
- all filepaths generated with os.path now
@jclark1913 jclark1913 merged commit e697ce9 into main Feb 16, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant