diff --git a/pySim/ts_31_102.py b/pySim/ts_31_102.py index 2f7b9453..265e7905 100644 --- a/pySim/ts_31_102.py +++ b/pySim/ts_31_102.py @@ -327,7 +327,7 @@ class EF_SUCI_Calc_Info(TransparentEF): """conversion method to generate list of {hnet_pubkey_identifier, hnet_pubkey} dicts from flat [{hnet_pubkey_identifier: }, {net_pubkey: }, ...] list""" out = [] - while len(l): + while l: a = l.pop(0) b = l.pop(0) z = {**a, **b}