From: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 08:57:32 +0000 (+0000) Subject: [autofix.ci] apply automated fixes X-Git-Tag: v1.3.7~17^2~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e1702c3295a8b068eed8c7cf616a7996037e3651;p=e-mobility-charging-stations-simulator.git [autofix.ci] apply automated fixes --- diff --git a/tests/ocpp-server/server.py b/tests/ocpp-server/server.py index 6b497a4b..73b0ffc7 100644 --- a/tests/ocpp-server/server.py +++ b/tests/ocpp-server/server.py @@ -137,7 +137,9 @@ async def send_ocpp_command(cp, command_name, delay=None, period=None): logging.info("%s Send:", Action.GetBaseReport) await cp.send_get_base_report() except Exception: - logging.exception(f"Not supported or Failure while processing command {command_name}") + logging.exception( + f"Not supported or Failure while processing command {command_name}" + ) if delay: await asyncio.sleep(delay)