Skip to content

Commit 2a2f917

Browse files
author
Andrei Neagu
committed
remove comment
1 parent e6d118d commit 2a2f917

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ async def _move_file_to_input_port(
249249
) -> None:
250250
with log_context(_logger, logging.DEBUG, f"moving {downloaded_file}"):
251251
final_path = final_path / downloaded_file.name
252-
# ensure parent exists
253252
final_path.parent.mkdir(exist_ok=True, parents=True)
254253

255254
await _shutil_move(downloaded_file, final_path)

0 commit comments

Comments
 (0)