wip: dicom indexer
This commit is contained in:
parent
f18e914311
commit
291c110261
|
|
@ -301,7 +301,7 @@ def import_local_data(
|
|||
dest = dest + ".7z"
|
||||
# create 7z archive with 1block/file parameters
|
||||
subprocess.run(
|
||||
["7z", "u", str(dest), "."].append(p7z_opts),
|
||||
["7z", "u", str(dest), "."] + p7z_opts.split(),
|
||||
cwd=dicom_session_ds.path,
|
||||
)
|
||||
elif input_path.is_file():
|
||||
|
|
|
|||
Loading…
Reference in New Issue