We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2517312 commit 32fba21Copy full SHA for 32fba21
superannotate/db/projects.py
@@ -1000,7 +1000,7 @@ def attach_image_urls_to_project(
1000
img_names_urls = image_data.values.tolist()
1001
len_img_names_urls = len(img_names_urls)
1002
logger.info(
1003
- "Uploading %s images to project %s.", len_img_names_urls,
+ "Attaching %s images to project %s.", len_img_names_urls,
1004
project_folder_name
1005
)
1006
if len_img_names_urls == 0:
0 commit comments