carpentries-incubator / carpentries-incubator/swc-ext-python
Issue with splitting windows paths
Open
- Dominant language
- Python
- Stars
- 2
- Forks
- 5
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
- Windows uses "\\" instead of "/" in the path names and that didn't work when we tried to split them for naming the output..
- Also an issue when importing at the end because jupyter used unix paths
Maybe we should use the `os` package to split off paths maybe that will work for both?
Contributor guide
Assessment
This issue has not been assessed yet.