You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you try to iterate over error reports from a map that has a mix of held and errored components, the iteration will raise a MapComponentHeld exception when it hits a held component. This is not intuitive and makes it hard to look at error reports.
Solution: the internal iteration in Map.error_reports() should ignore held components.
The text was updated successfully, but these errors were encountered:
When you try to iterate over error reports from a map that has a mix of held and errored components, the iteration will raise a
MapComponentHeld
exception when it hits a held component. This is not intuitive and makes it hard to look at error reports.Solution: the internal iteration in
Map.error_reports()
should ignore held components.The text was updated successfully, but these errors were encountered: