Fixed overwrite issue
This commit is contained in:
parent
cfa1da9f4d
commit
e1025794a8
|
|
@ -337,7 +337,7 @@ def to_sigmf(
|
||||||
meta_dict = sigMF_metafile.ordered_metadata()
|
meta_dict = sigMF_metafile.ordered_metadata()
|
||||||
meta_dict["ria"] = metadata
|
meta_dict["ria"] = metadata
|
||||||
|
|
||||||
sigMF_metafile.tofile(meta_file_path)
|
sigMF_metafile.tofile(meta_file_path, overwrite=overwrite)
|
||||||
|
|
||||||
|
|
||||||
def from_sigmf(file: os.PathLike | str) -> Recording:
|
def from_sigmf(file: os.PathLike | str) -> Recording:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user