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

removed double exception pass

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