File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -252,5 +252,5 @@ def main():
252252 ),
253253 " " ,
254254 )
255- LOGGER .exception (f"(1) Unhandled exception:\n { traceback_formatted } " )
255+ LOGGER .critical (f"(1) Unhandled exception:\n { traceback_formatted } " )
256256 sys .exit (1 )
Original file line number Diff line number Diff line change @@ -147,5 +147,5 @@ def main():
147147 ),
148148 " " ,
149149 )
150- LOGGER .exception (f"(1) Unhandled exception:\n { traceback_formatted } " )
150+ LOGGER .critical (f"(1) Unhandled exception:\n { traceback_formatted } " )
151151 sys .exit (1 )
Original file line number Diff line number Diff line change @@ -204,5 +204,5 @@ def main():
204204 ),
205205 " " ,
206206 )
207- LOGGER .exception (f"(1) Unhandled exception:\n { traceback_formatted } " )
207+ LOGGER .critical (f"(1) Unhandled exception:\n { traceback_formatted } " )
208208 sys .exit (1 )
You can’t perform that action at this time.
0 commit comments