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
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
os.path
is now used inoutput.py
for all filepaths0.2.3