File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/superannotate/lib/app/mixp/utils Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -992,7 +992,7 @@ def search_items(**kwargs):
992992
993993
994994def move_items (** kwargs ):
995- project = kwargs ["project " ]
995+ project = kwargs ["source " ]
996996 project_name , _ = extract_project_folder (project )
997997 project = (
998998 Controller .get_default ().get_project_metadata (project_name ).data ["project" ]
@@ -1032,10 +1032,10 @@ def attach_items(**kwargs):
10321032 )
10331033 attachments = kwargs ["attachments" ]
10341034 return {
1035- "event_name" : "copy_items " ,
1035+ "event_name" : "attach_items " ,
10361036 "properties" : {
10371037 "project_type" : ProjectType .get_name (project .type ),
1038- "attachments" : "scv " if isinstance (attachments , (str , Path )) else "dict" ,
1038+ "attachments" : "csv " if isinstance (attachments , (str , Path )) else "dict" ,
10391039 "annotation_status" : kwargs ["annotation_status" ],
10401040 },
10411041 }
You can’t perform that action at this time.
0 commit comments