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

L2SS-295: Remove a forced raised Exception for debugging!

parent aa0d48a4
No related branches found
No related tags found
1 merge request!75L2SS-295 afterwork: remove stay exception!
......@@ -227,7 +227,6 @@ class ProtocolAttribute:
try:
self.node.set_data_value(opcua.ua.uatypes.Variant(value=value, varianttype=self.ua_type))
raise TypeError
except (TypeError, opcua.ua.uaerrors.BadTypeMismatch) as e:
# A type conversion went wrong or there is a type mismatch.
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment