Remove happiness of error message (#852)
This commit is contained in:
parent
957ba24bb6
commit
b85c345dbc
3
black.py
3
black.py
@ -457,8 +457,7 @@ def main(
|
|||||||
)
|
)
|
||||||
|
|
||||||
if verbose or not quiet:
|
if verbose or not quiet:
|
||||||
bang = "💥 💔 💥" if report.return_code else "✨ 🍰 ✨"
|
out("Oh no! 💥 💔 💥" if report.return_code else "All done! ✨ 🍰 ✨")
|
||||||
out(f"All done! {bang}")
|
|
||||||
click.secho(str(report), err=True)
|
click.secho(str(report), err=True)
|
||||||
ctx.exit(report.return_code)
|
ctx.exit(report.return_code)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user