]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Print report on stderr.\n\nFixes #299.
authorZsolt Dollenstein <zsol.zsol@gmail.com>
Tue, 5 Jun 2018 09:38:20 +0000 (10:38 +0100)
committerZsolt Dollenstein <zsol.zsol@gmail.com>
Tue, 5 Jun 2018 09:38:20 +0000 (10:38 +0100)
black.py

index 0dec0b3af0dc6590a48370273822fbd6151dda10..06edc9b7287a66faa44cdfa1c92cfc1de5eb5543 100644 (file)
--- a/black.py
+++ b/black.py
@@ -338,7 +338,7 @@ def main(
             shutdown(loop)
     if verbose or not quiet:
         out("All done! ✨ 🍰 ✨")
             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)
 
 
     ctx.exit(report.return_code)