Skip to content

Commit

Permalink
Print report on stderr.\n\nFixes psf#299.
Browse files Browse the repository at this point in the history
  • Loading branch information
zsol committed Jun 5, 2018
1 parent f3ea58c commit 61a8d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion black.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def main(
shutdown(loop)
if verbose or not quiet:
out("All done! ✨ 🍰 ✨")
click.echo(str(report))
click.secho(str(report), err=True)
ctx.exit(report.return_code)


Expand Down

0 comments on commit 61a8d40

Please sign in to comment.