Closed mshriver closed 6 years ago
Hitting an exception where a testcase_result record has a 'params' key, and the value is None.
six.iteritems() blows up on passing NoneType.
The lookup is wrapped in a .get(), but when that returns None it raises exception.
Hitting an exception where a testcase_result record has a 'params' key, and the value is None.
six.iteritems() blows up on passing NoneType.
The lookup is wrapped in a .get(), but when that returns None it raises exception.