1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-20 11:58:55 +00:00

Merge pull request #508 from bjackman/instrumentation-typo

instrumentation: Fix typo
This commit is contained in:
setrofim 2017-10-10 08:40:25 +01:00 committed by GitHub
commit 590309b6be

View File

@ -267,7 +267,7 @@ class ManagedCallback(object):
except (KeyboardInterrupt, TargetNotRespondingError, TimeoutError): # pylint: disable=W0703
raise
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
failures_detected = True
log_error(e, logger)