Skip to content
Snippets Groups Projects
Commit 87fe06bf authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-261: Fixed spelling in warning message.

parent 14b752a4
No related branches found
No related tags found
1 merge request!70L2SS-261: Move SST OPC-UA monitoring & control points to 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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment