From: Łukasz Langa Date: Mon, 4 Jun 2018 22:20:18 +0000 (-0700) Subject: Always show summary of reformatting X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/ee02ebe3e9996345acd4c042f7b8daffb686167b?hp=ed91dd4de63215aa3dde1f6da8659fb35ff191d8 Always show summary of reformatting --- diff --git a/black.py b/black.py index 7df98b7..19a023c 100644 --- a/black.py +++ b/black.py @@ -334,9 +334,9 @@ def main( ) finally: shutdown(loop) - if verbose or not quiet: - out("All done! ✨ 🍰 ✨") - click.echo(str(report)) + if verbose or not quiet: + out("All done! ✨ 🍰 ✨") + click.echo(str(report)) ctx.exit(report.return_code)