Skip to content
Snippets Groups Projects
Commit 6e616368 authored by Taya Snijder's avatar Taya Snijder
Browse files

removed double exception pass

parent ae0351b3
No related branches found
No related tags found
1 merge request!28Resolve #2021 "05 10 branched from master sdp update"
......@@ -136,10 +136,7 @@ class SDP(hardware_device):
# map an access helper class
for i in self.attr_list():
try:
i.set_comm_client(self.OPCua_client)
except:
pass
i.set_comm_client(self.OPCua_client)
self.OPCua_client.start()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment