X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/8325f893b4793e123b486e7a341188d1ab5b77d1..2d9eaafa97e967c8974a6321dcc442a90192140f:/black.py?ds=sidebyside diff --git a/black.py b/black.py index fdefb74..f235afe 100644 --- a/black.py +++ b/black.py @@ -192,6 +192,7 @@ def main( write_back = WriteBack.YES report = Report(check=check, quiet=quiet) if len(sources) == 0: + out("No paths given. Nothing to do 😴") ctx.exit(0) return