Skip to content
Snippets Groups Projects
Commit 8275bdeb authored by Pieter Donker's avatar Pieter Donker
Browse files

Task #893: backup

parent 7572df1d
No related branches found
No related tags found
No related merge requests found
......@@ -287,8 +287,7 @@ class Peripheral(BaseObject):
if isinstance(result, float):
result = int(result)
except NameError:
q
q result = _val
result = _val
logger.debug(" _eval(%s) returns eval(%s) = %s", str(val), _val, str(result))
return result
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment