ci: fix flasher_args.json parser (iterate over dictionary)

Closes IDFCI-347
This commit is contained in:
Omar Chebib
2020-12-28 14:09:20 +08:00
parent 0b31f6a5fc
commit fcbc706a66
3 changed files with 5 additions and 4 deletions

View File

@@ -279,6 +279,7 @@ class IDFDUT(DUT.SerialDUT):
'compress': True,
'verify': False,
'encrypt': encrypt,
'ignore_flash_encryption_efuse_setting': False,
'erase_all': False,
})