mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-07-12 01:53:32 +01:00
utils/log: Whitespace
This commit is contained in:
@ -159,9 +159,9 @@ def log_error(e, logger, critical=False):
|
|||||||
|
|
||||||
:e: the error to log. should be an instance of ``Exception``
|
:e: the error to log. should be an instance of ``Exception``
|
||||||
:logger: logger to be used.
|
: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``.
|
level, otherwise it will be logged as ``logging.ERROR``.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
if critical:
|
if critical:
|
||||||
log_func = logger.critical
|
log_func = logger.critical
|
||||||
|
Reference in New Issue
Block a user