https://github.com/UCF/Search-Service-Django/blob/master/programs/management/commands/import-profiles.py#L136-L144 Need to add a `continue` at the bottom of the `else` statement in this block to avoid subsequent logic from getting unintentionally kicked off.
https://github.com/UCF/Search-Service-Django/blob/master/programs/management/commands/import-profiles.py#L136-L144
Need to add a
continueat the bottom of theelsestatement in this block to avoid subsequent logic from getting unintentionally kicked off.