mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
retry previous, for https://github.com/opnsense/core/issues/3302
This commit is contained in:
parent
435d984984
commit
1855ce9488
@ -92,7 +92,8 @@ elif args.stats:
|
||||
while len(keys) > 0 :
|
||||
key = keys.pop(0)
|
||||
if len(keys) == 0:
|
||||
ptr[key] = value.strip()
|
||||
if key not in ptr:
|
||||
ptr[key] = value.strip()
|
||||
elif key not in ptr:
|
||||
ptr[key] = dict()
|
||||
ptr = ptr[key]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user