projects
/
pyutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e246328
)
Fix typo.
author
Scott Gasch
<
[email protected]
>
Sat, 10 Jun 2023 20:37:45 +0000
(13:37 -0700)
committer
Scott Gasch
<
[email protected]
>
Sat, 10 Jun 2023 20:37:45 +0000
(13:37 -0700)
src/pyutils/logging_utils.py
patch
|
blob
|
history
diff --git
a/src/pyutils/logging_utils.py
b/src/pyutils/logging_utils.py
index cfa674cbf5d47e5ac52c8fe99eff2079280fddf6..b0b0618eae1d40e9f85292c89479404be17f4fe2 100644
(file)
--- a/
src/pyutils/logging_utils.py
+++ b/
src/pyutils/logging_utils.py
@@
-1241,7
+1241,7
@@
def unhandled_top_level_exception(exc_type: type):
args = config.ORIG_ARGV
with open(record, 'a') as af:
print(
- f'{_timestamp}: {program} ({args}) took unhandled top level exception {exc_type}',
+ f'{_timestamp
()
}: {program} ({args}) took unhandled top level exception {exc_type}',
file=af,
)
except Exception: