[Automated] Merged develop into main

This commit is contained in:
pypebot 2022-11-30 04:31:37 +01:00 committed by GitHub
commit 441652a67f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,7 +178,7 @@ class DropDataFrame(QtWidgets.QFrame):
paths = self._get_all_paths(in_paths)
collectionable_paths = []
non_collectionable_paths = []
for path in in_paths:
for path in paths:
ext = os.path.splitext(path)[1]
if ext in self.image_extensions or ext in self.sequence_types:
collectionable_paths.append(path)