Skip to content

Commit ed3bda5

Browse files
authored
Merge branch 'master' into feature/localized-chats
2 parents acd592a + 0136ef5 commit ed3bda5

File tree

13 files changed

+319
-234
lines changed

13 files changed

+319
-234
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)