-
- Downloads
Fixed save_as for windows pipeline.
In the process, the save_as function hat to be changed, so that it closes the file object before copying it to some location. This is not ideal but a work around after many trials to fix it properly. An issue #19 for this was opened.
parent
82d66135
Branches
No related tags found
Checking pipeline status
Showing
- .gitlab-ci.yml 9 additions, 0 deletions.gitlab-ci.yml
- README.md 5 additions, 4 deletionsREADME.md
- examples/example_basic.py 3 additions, 5 deletionsexamples/example_basic.py
- examples/example_readme.py 2 additions, 4 deletionsexamples/example_readme.py
- pyproject.toml 1 addition, 4 deletionspyproject.toml
- src/robofish/io/file.py 14 additions, 4 deletionssrc/robofish/io/file.py
- tests/robofish/io/test_file.py 13 additions, 24 deletionstests/robofish/io/test_file.py
Loading
Please register or sign in to comment