wip: dicom indexer

This commit is contained in:
Milton Camacho 2024-01-25 19:17:40 +00:00
parent 7ff4659b34
commit f18e914311
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ def import_local_data(
dest = dest + ".7z" dest = dest + ".7z"
# create 7z archive with 1block/file parameters # create 7z archive with 1block/file parameters
subprocess.run( subprocess.run(
["7z", "u", str(dest), "."] + p7z_opts, ["7z", "u", str(dest), "."].append(p7z_opts),
cwd=dicom_session_ds.path, cwd=dicom_session_ds.path,
) )
elif input_path.is_file(): elif input_path.is_file():