From 798f570a0f249e2b69b35646bdefe004c25d889b Mon Sep 17 00:00:00 2001 From: thijs snijder <snijder@astron.nl> Date: Tue, 1 Jun 2021 08:36:46 +0200 Subject: [PATCH] undid accidental merging master --- devices/statistics_device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/statistics_device.py b/devices/statistics_device.py index 72b304a27..917609e58 100644 --- a/devices/statistics_device.py +++ b/devices/statistics_device.py @@ -55,7 +55,7 @@ class SST(hardware_device): # Stop keep-alive try: - self.set_comm_client.stop() + self.sst_client.stop() except Exception as e: self.warn_stream("Exception while stopping sst_client in configure_for_off function: {}. Exception ignored".format(e)) -- GitLab