Skip to content
Snippets Groups Projects
Unverified Commit 2176e151 authored by Thorsten Hater's avatar Thorsten Hater Committed by GitHub
Browse files

:snake: Be more lenient when accepting args to file I/O (#1819)

PyArbor I/O routines now try to cast `filename` arguments to a string.
This allows passing `pathlib.Path` objects.

Example
```py
here = Path(__file__).parent
cat = A.load_catalogue(here / 'local-catalogue.so')
```
parent ba781cb5
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment