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

modified attribute wrapper read/write function exception

parent 2fa3c4f5
No related branches found
No related tags found
1 merge request!52021 03 22 branched from master attribute wrapper
...@@ -138,6 +138,6 @@ class attribute_wrapper(attribute): ...@@ -138,6 +138,6 @@ class attribute_wrapper(attribute):
self.read_function = pass_func self.read_function = pass_func
self.write_function = pass_func self.write_function = pass_func
raise Exception("Exception while setting comm_client read/write functions. using pass function instead. %s") from e # raise Exception("Exception while setting comm_client read/write functions. using pass function instead. %s") from e
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