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
Fix 'NoneType' object has no attribute 'name' on export
When a team is deleted, its image sets are kept, but the team is changed
to None. When the annotations of the set are exported, the team name is
accessed which results in the above mentioned error. Now, the team name
will be replaced with an empty string if the team is None.
0 commit comments