File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/superannotate/lib/core/usecases Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1198,9 +1198,11 @@ def execute(self):
11981198 item_names = self ._item_names
11991199
12001200 new_export_path = export_path
1201- if folder .name != "root" :
1201+
1202+ if not folder .is_root and self ._folder .is_root :
12021203 new_export_path += f"/{ folder .name } "
12031204
1205+
12041206 # TODO check
12051207 if not item_names :
12061208 continue
@@ -1212,9 +1214,6 @@ def execute(self):
12121214 )
12131215 futures .append (future )
12141216
1215- for future in concurrent .futures .as_completed (futures ):
1216- print (future .result ())
1217-
12181217 self .reporter .stop_spinner ()
12191218 count = self .get_items_count (export_path )
12201219 self .reporter .log_info (f"Downloaded annotations for { count } items." )
You can’t perform that action at this time.
0 commit comments