python-taiga icon indicating copy to clipboard operation
python-taiga copied to clipboard

Fix parsing error when entry from dict returns None

Open memegauste opened this issue 2 years ago • 1 comments

Description

Describe:

  • Content of the pull request

Fixes error when the entries is None.

  • Feature added / Problem fixed
TypeError: 'NoneType' object is not iterable

Checklist

  • [X] I have read the contribution guide
  • [X] Code lint checked via inv lint
  • [ ] changes file included (see docs)
  • [ ] Usage documentation added in case of new features
  • [ ] Tests added

memegauste avatar Jan 02 '24 10:01 memegauste

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (accdf1c) 96.57% compared to head (b322e27) 96.57%. Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #168   +/-   ##
=======================================
  Coverage   96.57%   96.57%           
=======================================
  Files           8        8           
  Lines         933      935    +2     
  Branches       69       69           
=======================================
+ Hits          901      903    +2     
  Misses         19       19           
  Partials       13       13           
Flag Coverage Δ
unittests 96.57% <100.00%> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Jan 02 '24 12:01 codecov[bot]