Skip to content
Snippets Groups Projects
Commit 003e76df authored by System User's avatar System User
Browse files

Clear Error : bug fixed

parent 3a6b1e89
No related branches found
No related tags found
No related merge requests found
......@@ -640,7 +640,10 @@ class DG_PY_FOFBTool(Device):
:return:None
"""
self.parent.d_status.pop('error')
try:
self.d_status.pop('error')
except:
pass
# PROTECTED REGION END # // DG_PY_FOFBTool.clear_error
# ----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment