commit | d03f26409761a9a40222668e208bbf66016dd777 | [log] [tgz] |
---|---|---|
author | armando-migliaccio <armamig@gmail.com> | Fri Feb 21 19:55:50 2014 -0800 |
committer | armando-migliaccio <armamig@gmail.com> | Fri Feb 21 19:55:50 2014 -0800 |
tree | 007ae8e7b7f2993fb78f3a60dd1052821ed5b4f8 | |
parent | c3849a99a359d6c1c6f3bbf3f0aef1d695131eff [diff] |
Avoid masking an assert failure with a KeyError Exception This patch does not address the underlying issue as to why the key was not in the data dictionary, but it serves the purpose of getting a better error message due to the failure in meeting the pre-conditions to the test. Change-Id: I507a34456e8d047728bb7c1d1e5d189e3d00e7c1 Related-bug: #1268274