1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

update streaming error messages

This commit is contained in:
Kelly Brazil
2021-09-17 08:21:13 -07:00
parent 90d1a30696
commit 28f0ab0b02
2 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ def stream_error(e, quiet, line):
'_meta':
{
'success': False,
'error': 'error parsing line',
'error': f'{e}',
'line': line.strip()
}
}