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
It's possible for a ZeroDivisionError error to occur here if data['labels'] is empty. Add some logic here to avoid dividing by zero if data['labels'] is empty by that point.
The text was updated successfully, but these errors were encountered:
https://github.com/UCF/Search-Service-Django/blob/master/images/management/commands/import-tandemvault-images.py#L284-L287
It's possible for a ZeroDivisionError error to occur here if
data['labels']
is empty. Add some logic here to avoid dividing by zero ifdata['labels']
is empty by that point.The text was updated successfully, but these errors were encountered: