1
0
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:
Kelly Brazil
2020-06-30 11:37:33 -07:00
parent 45f7268240
commit 88140d929a

View File

@ -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: