Change exception in ArmPackManager FLM reader

pull/5818/head
sarahmarshy 2018-01-22 15:59:15 -06:00
parent 58330fb858
commit 695dc0059d
1 changed files with 1 additions and 1 deletions

View File

@ -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) :