File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/superannotate/lib/app/interface Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -2249,6 +2249,8 @@ def attach_image_urls_to_project(
22492249 logger .warning (
22502250 constances .ALREADY_EXISTING_FILES_WARNING .format (len (duplicate_images ))
22512251 )
2252+ logger .info (constances .ATTACHING_FILES_MESSAGE .format (len (images_to_upload )))
2253+
22522254 use_case = controller .interactive_attach_urls (
22532255 project_name = project_name ,
22542256 folder_name = folder_name ,
@@ -3516,6 +3518,7 @@ def attach_document_urls_to_project(
35163518 logger .warning (
35173519 constances .ALREADY_EXISTING_FILES_WARNING .format (len (duplicate_images ))
35183520 )
3521+ logger .info (constances .ATTACHING_FILES_MESSAGE .format (len (images_to_upload )))
35193522 use_case = controller .interactive_attach_urls (
35203523 project_name = project_name ,
35213524 folder_name = folder_name ,
You can’t perform that action at this time.
0 commit comments