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 ff96906 commit 6e3b2fc
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 @@ -56,7 +56,7 @@ def _pl(args, stdin, stdout):
res = fn(line.rstrip(os.linesep), num)
except:
print_color('{YELLOW}' + f'Error line {num+1}: {line!r}', file=sys.stderr)
print_color('{YELLOW}' + str(traceback.format_exc()), file=sys.stderr)
#print_color('{YELLOW}' + str(traceback.format_exc()), file=sys.stderr)
return
num += 1
if res is not None:
Expand Down

0 comments on commit 6e3b2fc

Please sign in to comment.