We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa61ab commit 6ca38beCopy full SHA for 6ca38be
1 file changed
superannotate/db/project_images.py
@@ -613,7 +613,6 @@ def assign_folder(project, folder_name, users):
613
logging.warn(
614
f'Skipping {user} from assignees. {user} is not a verified contributor for the {project_name}'
615
)
616
- continue
617
618
if not verified_users:
619
return
0 commit comments