dexter submitted this change.
pySim-prog: fix sourcecode formatting
Change-Id: Ie4d4ec6d1752013fa8aa39912aa600c2b4afac74
---
M pySim-prog.py
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/pySim-prog.py b/pySim-prog.py
index b15a2dc..8d330cb 100755
--- a/pySim-prog.py
+++ b/pySim-prog.py
@@ -204,8 +204,7 @@
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")
To view, visit change 38161. To unsubscribe, or for help writing mail filters, visit settings.