You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SigMFFile member data_file is None when creaeting a SigMFFile from archive. This ends up raising an exception when calling get_capture_byte_boundarys due to calling path.getsize with None.
SigMFFile
memberdata_file
isNone
when creaeting aSigMFFile
from archive. This ends up raising an exception when callingget_capture_byte_boundarys
due to callingpath.getsize
withNone
.sigmf-python/sigmf/sigmffile.py
Line 390 in bd26060
I don't know if there are other cases.
The text was updated successfully, but these errors were encountered: