Skip to content

Commit

Permalink
Fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
rquidute committed Sep 13, 2024
1 parent 8251e35 commit 08276c3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ async def stop(self) -> None:
except Exception as e:
# Issue: https://github.com/project-chip/certification-tool/issues/414
self.logger.info(
f"Could not get exit code after pkill command {__server_full_command}."
"Could not get exit code after pkill command "
f"{self.__server_full_command}."
)
self.logger.debug(str(e))

Expand Down

0 comments on commit 08276c3

Please sign in to comment.