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

L2SS-309: Remove forced raise TypeError that was in for debug reasons (didnt i...

L2SS-309: Remove forced raise TypeError that was in for debug reasons (didnt i already remove this elsewhere?
parent a96c3cb8
Branches
Tags
1 merge request!84L2SS-309: Remove forced raise TypeError that was in for debug reasons (didnt i...
......@@ -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