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 4136cde commit ab3ace9Copy full SHA for ab3ace9
services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/modules/nodeports.py
@@ -86,9 +86,8 @@ async def finished_with_error(self, key: ServicePortKey) -> None:
86
await self.port_notifier.send_output_port_upload_finished_with_error(key)
87
88
89
-# NOTE: outputs_manager guarantees that no parallel calls
90
-# to this function occur
91
-async def upload_outputs(
+# NOTE: outputs_manager guarantees that no parallel calls to this function occur
+async def upload_outputs( # pylint:disable=too-many-statements # noqa: PLR0915, C901
92
outputs_path: Path,
93
port_keys: list[str],
94
io_log_redirect_cb: LogRedirectCB | None,
0 commit comments