aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/hrc/log.py
diff options
context:
space:
mode:
Diffstat (limited to 'hrc/log.py')
-rw-r--r--hrc/log.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hrc/log.py b/hrc/log.py
index 3a84bba..dfa126c 100644
--- a/hrc/log.py
+++ b/hrc/log.py
@@ -22,4 +22,4 @@ def error_or_exception(message: str, exception: Exception, verbose: bool):
if verbose:
logger.exception(message)
else:
- logger.critical(f"{message} {exception!r}") \ No newline at end of file
+ logger.critical(f"{message} {exception!r}")