Skip to content

Commit 8ad6e2c

Browse files
committed
no more path skipping
1 parent 9c12a71 commit 8ad6e2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/superannotate/lib/core/usecases/models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,10 @@ def execute(self):
494494
all_projects_df["itemName"].isin(self._image_list)
495495
]
496496

497+
497498
all_projects_df.query("type == '" + self._instance_type + "'", inplace=True)
498499

500+
499501
def aggregate_attributes(instance_df):
500502
def attribute_to_list(attribute_df):
501503
attribute_names = list(attribute_df["attributeName"])

0 commit comments

Comments
 (0)