We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from pathlib import Path import sigmf someplace = Path('/tmp') sigmf.sigmffile.fromfile(someplace / 'whatever.sigmf')
AttributeError: 'PosixPath' object has no attribute 'lower'
Adding support for pathlib.PosixPath should be trivial.
pathlib.PosixPath
The text was updated successfully, but these errors were encountered:
Fixes issue sigmf#29
e40dbeb
Fixes issue #29 (#34)
046a439
* Fixes issue #29, add test for string and Pathlib approaches --------- Co-authored-by: Gregory Parkes <[email protected]> Co-authored-by: Teque5 <[email protected]>
Successfully merging a pull request may close this issue.
AttributeError: 'PosixPath' object has no attribute 'lower'
Adding support for
pathlib.PosixPath
should be trivial.The text was updated successfully, but these errors were encountered: