laforge has submitted this change. (
https://gerrit.osmocom.org/c/pysim/+/37611?usp=email
)
Change subject: pySim-shell: fix comment formatting
......................................................................
pySim-shell: fix comment formatting
Related: OS#6092
Change-Id: I101868a6f0220b62977c5e633df2607467cfba91
---
M pySim-shell.py
1 file changed, 12 insertions(+), 3 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/pySim-shell.py b/pySim-shell.py
index 7523ca2..0e7e63c 100755
--- a/pySim-shell.py
+++ b/pySim-shell.py
@@ -734,9 +734,8 @@
@cmd2.with_argparser(verify_adm_parser)
def do_verify_adm(self, opts):
"""Verify the ADM (Administrator) PIN specified as argument. This
is typically needed in order
-to get write/update permissions to most of the files on SIM cards.
-
-Currently only ADM1 is supported."""
+ to get write/update permissions to most of the files on SIM cards. Currently only
ADM1 is supported.
+ """
if opts.ADM1:
# use specified ADM-PIN
pin_adm = sanitize_pin_adm(opts.ADM1)
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/37611?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I101868a6f0220b62977c5e633df2607467cfba91
Gerrit-Change-Number: 37611
Gerrit-PatchSet: 2
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged