mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-07 13:41:24 +00:00
instrumentation: Fix typo
This commit is contained in:
parent
12edabf753
commit
049e2df0dc
@ -267,7 +267,7 @@ class ManagedCallback(object):
|
|||||||
except (KeyboardInterrupt, TargetNotRespondingError, TimeoutError): # pylint: disable=W0703
|
except (KeyboardInterrupt, TargetNotRespondingError, TimeoutError): # pylint: disable=W0703
|
||||||
raise
|
raise
|
||||||
except Exception as e: # pylint: disable=W0703
|
except Exception as e: # pylint: disable=W0703
|
||||||
logger.error('Error in insturment {}'.format(self.instrument.name))
|
logger.error('Error in instrument {}'.format(self.instrument.name))
|
||||||
global failures_detected # pylint: disable=W0603
|
global failures_detected # pylint: disable=W0603
|
||||||
failures_detected = True
|
failures_detected = True
|
||||||
log_error(e, logger)
|
log_error(e, logger)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user