mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-17 01:32:37 +02:00
formatting
This commit is contained in:
10
jc/cli.py
10
jc/cli.py
@ -753,12 +753,10 @@ class JcCli():
|
|||||||
if self.debug:
|
if self.debug:
|
||||||
raise
|
raise
|
||||||
|
|
||||||
utils.error_message(
|
utils.error_message([
|
||||||
[
|
'Exit due to unexpected error:',
|
||||||
'Exit due to unexpected error:',
|
f'{e.__class__.__name__}: {e}'
|
||||||
f'{e.__class__.__name__}: {e}'
|
])
|
||||||
]
|
|
||||||
)
|
|
||||||
self.exit_error()
|
self.exit_error()
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user