1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

formatting

This commit is contained in:
Kelly Brazil
2022-10-31 10:29:43 -07:00
parent a384eb4c15
commit 5e22f9e2bd

View File

@ -753,12 +753,10 @@ class JcCli():
if self.debug:
raise
utils.error_message(
[
'Exit due to unexpected error:',
f'{e.__class__.__name__}: {e}'
]
)
utils.error_message([
'Exit due to unexpected error:',
f'{e.__class__.__name__}: {e}'
])
self.exit_error()