You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: superannotate/db/project_images.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ def copy_images(
242
242
include_annotations, copy_pin
243
243
)
244
244
forloginlogs:
245
-
logger.info(log)
245
+
logger.error(log)
246
246
247
247
ifdone_count>1ordone_count==0:
248
248
message=f"Copied {done_count}/{len(image_names)} images from {get_project_folder_string(source_project_inp)} to {get_project_folder_string(destination_project_inp)}."
@@ -356,7 +356,7 @@ def move_images(
356
356
)
357
357
358
358
forloginlogs:
359
-
logger.info(log)
359
+
logger.error(log)
360
360
361
361
iflen(moved) >1orlen(moved) ==0:
362
362
message=f"Moved {len(moved)}/{len(image_names)} images from {get_project_folder_string(source_project_inp)} to {get_project_folder_string(destination_project_inp)}."
0 commit comments