Skip to content

Commit 32fba21

Browse files
author
rcmangasaryan
committed
Update logging for attach images
1 parent 2517312 commit 32fba21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

superannotate/db/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ def attach_image_urls_to_project(
10001000
img_names_urls = image_data.values.tolist()
10011001
len_img_names_urls = len(img_names_urls)
10021002
logger.info(
1003-
"Uploading %s images to project %s.", len_img_names_urls,
1003+
"Attaching %s images to project %s.", len_img_names_urls,
10041004
project_folder_name
10051005
)
10061006
if len_img_names_urls == 0:

0 commit comments

Comments
 (0)