Skip to content

Commit ab3ace9

Browse files
author
Andrei Neagu
committed
pylint
1 parent 4136cde commit ab3ace9

File tree

1 file changed

+2
-3
lines changed
  • services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/modules

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,8 @@ async def finished_with_error(self, key: ServicePortKey) -> None:
8686
await self.port_notifier.send_output_port_upload_finished_with_error(key)
8787

8888

89-
# NOTE: outputs_manager guarantees that no parallel calls
90-
# to this function occur
91-
async def upload_outputs(
89+
# NOTE: outputs_manager guarantees that no parallel calls to this function occur
90+
async def upload_outputs( # pylint:disable=too-many-statements # noqa: PLR0915, C901
9291
outputs_path: Path,
9392
port_keys: list[str],
9493
io_log_redirect_cb: LogRedirectCB | None,

0 commit comments

Comments
 (0)