mkoura / dump2polarion

Dump data to Polarion® Importers
GNU General Public License v2.0
14 stars 7 forks source link

testcase_result.params can be None #1

Closed mshriver closed 6 years ago

mshriver commented 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.