Skip to content

Commit dbd9732

Browse files
committed
Add log
1 parent e8244cc commit dbd9732

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/superannotate/lib/app/interface/sdk_interface.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)