From be8752f21894691952fc317f30f8e5b389f91a7f Mon Sep 17 00:00:00 2001 From: snijder <snijder@astron.nl> Date: Thu, 16 Mar 2023 14:26:45 +0100 Subject: [PATCH] L2SS-1204 Formatting --- .../tangostationcontrol/devices/station_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tangostationcontrol/tangostationcontrol/devices/station_manager.py b/tangostationcontrol/tangostationcontrol/devices/station_manager.py index ee7a410d9..f07ab27bb 100644 --- a/tangostationcontrol/tangostationcontrol/devices/station_manager.py +++ b/tangostationcontrol/tangostationcontrol/devices/station_manager.py @@ -154,7 +154,7 @@ class StationManager(LOFARDevice): def station_hibernate(self): if not self._is_transition_allowed(StationState.HIBERNATE): logger.warning( - f"Station did not transition to {StationState.HIBERNATE.name}" + f"Station did not transition to {StationState.HIBERNATE.name}" ) return -- GitLab