File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/superannotate/lib/app/interface Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3641,7 +3641,7 @@ def copy_items(
36413641 "skip" , "replace" , "replace_annotations_only"
36423642 ] = "skip" ,
36433643 ):
3644- """Copy images in bulk between folders in a project
3644+ """Copy items in bulk between folders in a project
36453645
36463646 :param source: project name (root) or folder path to pick items from (e.g., “project1/folder1”).
36473647 :type source: str
@@ -3705,7 +3705,7 @@ def move_items(
37053705 "skip" , "replace" , "replace_annotations_only"
37063706 ] = "skip" ,
37073707 ):
3708- """Move images in bulk between folders in a project
3708+ """Move items in bulk between folders in a project
37093709
37103710 :param source: project name (root) or folder path to pick items from (e.g., “project1/folder1”).
37113711 :type source: str
You can’t perform that action at this time.
0 commit comments