Skip to content

Commit efd3900

Browse files
Merge remote-tracking branch 'upstream/master' into add-notifications-service
2 parents 3862105 + 9c0f57f commit efd3900

File tree

11 files changed

+280
-224
lines changed

11 files changed

+280
-224
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,

services/efs-guardian/requirements/_base.txt

Lines changed: 107 additions & 104 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)