mirror of https://github.com/ARMmbed/mbed-os.git
Change exception in ArmPackManager FLM reader
parent
58330fb858
commit
695dc0059d
|
@ -161,7 +161,7 @@ class Cache () :
|
|||
algo_bin = algo_itr.next()
|
||||
flm_file = algo_bin.read()
|
||||
return PackFlashAlgo(flm_file).sector_sizes
|
||||
except:
|
||||
except Exception:
|
||||
return None
|
||||
|
||||
def _extract_dict(self, device, filename, pack) :
|
||||
|
|
Loading…
Reference in New Issue