mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
pySim-shell: fix comment formatting
Related: OS#6092 Change-Id: I101868a6f0220b62977c5e633df2607467cfba91
This commit is contained in:
@@ -734,9 +734,8 @@ class PySimCommands(CommandSet):
|
|||||||
@cmd2.with_argparser(verify_adm_parser)
|
@cmd2.with_argparser(verify_adm_parser)
|
||||||
def do_verify_adm(self, opts):
|
def do_verify_adm(self, opts):
|
||||||
"""Verify the ADM (Administrator) PIN specified as argument. This is typically needed in order
|
"""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.
|
to get write/update permissions to most of the files on SIM cards. Currently only ADM1 is supported.
|
||||||
|
"""
|
||||||
Currently only ADM1 is supported."""
|
|
||||||
if opts.ADM1:
|
if opts.ADM1:
|
||||||
# use specified ADM-PIN
|
# use specified ADM-PIN
|
||||||
pin_adm = sanitize_pin_adm(opts.ADM1)
|
pin_adm = sanitize_pin_adm(opts.ADM1)
|
||||||
|
|||||||
Reference in New Issue
Block a user