From bd762c77aee72d78b4f60318ab1ab2924989afc5 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Fri, 13 Sep 2024 18:08:35 +0200 Subject: [PATCH] pySim-prog: fix sourcecode formatting Change-Id: Ie4d4ec6d1752013fa8aa39912aa600c2b4afac74 --- pySim-prog.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pySim-prog.py b/pySim-prog.py index b15a2dcc..8d330cb7 100755 --- a/pySim-prog.py +++ b/pySim-prog.py @@ -204,8 +204,7 @@ def parse_options(): parser.error("CSV mode requires a CSV input file") elif options.source == 'cmdline': if ((options.imsi is None) or (options.iccid is None)) and (options.num is None): - parser.error( - "If either IMSI or ICCID isn't specified, num is required") + parser.error("If either IMSI or ICCID isn't specified, num is required") else: parser.error("Only `cmdline' and `csv' sources supported")