1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-17 01:32:37 +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: 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()