Skip to content

Commit 123aa5a

Browse files
authored
🐛Stop pruning /inputs folder after unzipping input port (#8016)
1 parent 22374df commit 123aa5a

File tree

1 file changed

+1
-1
lines changed
  • services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/modules

1 file changed

+1
-1
lines changed

services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/modules/nodeports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ async def _get_data_from_port(
276276
archive_files: set[Path]
277277

278278
if _is_zip_file(downloaded_file):
279-
prunable_folder = PrunableFolder(final_path.parent)
279+
prunable_folder = PrunableFolder(final_path)
280280
with log_context(
281281
_logger,
282282
logging.DEBUG,

0 commit comments

Comments
 (0)