Closed sobolevnrm closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
5a00d05
) 74.82% compared to head (8659f03
) 74.84%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks for the fix!
There is a method for getting the string with forward slashes: Path.as_posix()
Result should be the same, but maybe looks a bit cleaner?
https://docs.python.org/3/library/pathlib.html#pathlib.PurePath.as_posix
@speleo3 can you please review again with this change?
Fixes #181.