We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d118d commit 2a2f917Copy full SHA for 2a2f917
services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/modules/nodeports.py
@@ -249,7 +249,6 @@ async def _move_file_to_input_port(
249
) -> None:
250
with log_context(_logger, logging.DEBUG, f"moving {downloaded_file}"):
251
final_path = final_path / downloaded_file.name
252
- # ensure parent exists
253
final_path.parent.mkdir(exist_ok=True, parents=True)
254
255
await _shutil_move(downloaded_file, final_path)
0 commit comments