From 87fe06bf19c505ef8162236207786ab34cedd5bb Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Mon, 5 Jul 2021 11:01:05 +0200 Subject: [PATCH] L2SS-261: Fixed spelling in warning message. --- devices/devices/sdp/sst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/devices/sdp/sst.py b/devices/devices/sdp/sst.py index 554b60bc6..3961362e9 100644 --- a/devices/devices/sdp/sst.py +++ b/devices/devices/sdp/sst.py @@ -135,7 +135,7 @@ class SST(hardware_device): try: self.opcua_connection.stop() except Exception as e: - self.warn_stream("Exception while stopping OPC ua connection in configure_for_off function: {}. Exception ignored".format(e)) + self.warn_stream("Exception while stopping OPC UA connection in configure_for_off function: {}. Exception ignored".format(e)) @log_exceptions() def configure_for_initialise(self): -- GitLab