Skip to content
New issue

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

sigmffile.fromfile() removes periods from filename stem #106

Open
ghannak opened this issue Apr 1, 2025 · 1 comment
Open

sigmffile.fromfile() removes periods from filename stem #106

ghannak opened this issue Apr 1, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@ghannak
Copy link

ghannak commented Apr 1, 2025

When trying to open a sigmf-data file which contains a period in the filename stem, e.g., asdf.00.sigmf-data, asdf.sigmf-meta will be searched for. The problem lies in

"meta_fn": stem_path.with_suffix(SIGMF_METADATA_EXT),

@Teque5 Teque5 added the bug Something isn't working label Apr 1, 2025
@Teque5
Copy link
Collaborator

Teque5 commented Apr 1, 2025

Good catch. We'll have to add a test for this scenario.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants