mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-19 00:17:51 +02:00
wrap error message in code
This commit is contained in:
@ -408,7 +408,8 @@ def main():
|
|||||||
|
|
||||||
else:
|
else:
|
||||||
jc.utils.error_message(
|
jc.utils.error_message(
|
||||||
f'{parser_name} parser could not parse the input data. Did you use the correct parser?\n For details use the -d or -dd option.')
|
f'{parser_name} parser could not parse the input data. Did you use the correct parser?\n'
|
||||||
|
' For details use the -d or -dd option.')
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
if not found:
|
if not found:
|
||||||
|
Reference in New Issue
Block a user