From 18d6650a6e80fd27c068f59298f93b5b34dd4b67 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Thu, 4 Mar 2021 19:35:58 +0100 Subject: [PATCH] plakativ.py: format with black --- plakativ.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plakativ.py b/plakativ.py index a867e72..d9ca519 100755 --- a/plakativ.py +++ b/plakativ.py @@ -2105,13 +2105,16 @@ def parse_pagesize_rectarg(string): def main(): if len(sys.argv) == 1 and platform.system() != "Windows": - print(""" + print( + """ You called plakativ without arguments. At least one of the options --size, --factor or --maxpages is required for running plakativ on the command line. But maybe you meant to run the plakativ GUI instead? On platforms other than Windows, the default is to run the command line interface. To run the graphical user interface, run plakativ with the --gui option instead. -""", file=sys.stderr) +""", + file=sys.stderr, + ) rendered_papersizes = "" for k, v in sorted(papersizes.items()):