mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-30 18:23:41 +03:00
pySim-prog: Fix crash when using manuam imsi/iccid/kc
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
@@ -435,6 +435,7 @@ if __name__ == '__main__':
|
|||||||
write_parameters(opts, cp)
|
write_parameters(opts, cp)
|
||||||
|
|
||||||
# Batch mode state update and save
|
# Batch mode state update and save
|
||||||
|
if opts.num is not None:
|
||||||
opts.num += 1
|
opts.num += 1
|
||||||
save_batch(opts)
|
save_batch(opts)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user