Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code authored May 2, 2024
1 parent ec4893a commit ecc9349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xontrib/pipeliner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def _pl(args, stdin, stdout):
try:
res = fn(line.rstrip(os.linesep), num)
except:
print_color('{YELLOW}' + f'Error line {num+1}: {line}', file=sys.stderr)
print_color('{YELLOW}' + f'Error line {num+1}: {line!r}', file=sys.stderr)
print_color('{YELLOW}' + str(traceback.format_exc()), file=sys.stderr)
return
num += 1
Expand Down

0 comments on commit ecc9349

Please sign in to comment.