Always show summary of reformatting

This commit is contained in:
Łukasz Langa 2018-06-04 15:20:18 -07:00
parent ed91dd4de6
commit ee02ebe3e9

View File

@ -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)