-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Description
Would be nice if the save functionality worked with pathlib's PosixPath object.
No python requirements would have to change with pathlib being introduced in python 3.4
Seems like check would go here:
Lines 162 to 163 in 629ed34
| if isinstance(outfile, str) or isinstance(outfile, bytes): | |
| fid = open(outfile, 'wb') |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels