You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ExecutionError is used all over the place in this file, but python is
not happy about it:
> except ExecutionError:
E NameError: name 'ExecutionError' is not defined
labgridhelper/labgridhelper/linux.py:173: NameError
Fixes: fcdeab4 (2019-02-27, "linux: add helpers from InfoDriver")
Signed-off-by: Roland Hieber <[email protected]>
0 commit comments