From fae49bc1dcb170d2fbb1336ecd0c2fe599e8ab85 Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Tue, 19 Sep 2017 21:57:59 +0200 Subject: [PATCH] brother_ql_print fix --list-printers to print all found printers --- brother_ql/brother_ql_print.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brother_ql/brother_ql_print.py b/brother_ql/brother_ql_print.py index 62f1570..301e12a 100755 --- a/brother_ql/brother_ql_print.py +++ b/brother_ql/brother_ql_print.py @@ -59,7 +59,7 @@ def main(): if args.list_printers: for printer in list_available_devices(): print(printer['string_descr']) - sys.exit(0) + sys.exit(0) string_descr = None if not args.device: