1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00

utils/log: Whitespace

This commit is contained in:
Brendan Jackman 2017-10-23 17:25:02 +01:00
parent ccaeb5a142
commit b11bd6cf12

View File

@ -159,9 +159,9 @@ def log_error(e, logger, critical=False):
:e: the error to log. should be an instance of ``Exception``
:logger: logger to be used.
:critical: if ``True``, this error will be logged at ``logging.CRITICAL``
:critical: if ``True``, this error will be logged at ``logging.CRITICAL``
level, otherwise it will be logged as ``logging.ERROR``.
"""
if critical:
log_func = logger.critical