Skip to content

Commit dcb5288

Browse files
committed
Update version.py
1 parent 93ddb2f commit dcb5288

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def validate_arguments(self):
155155
raise AppException(
156156
"The query and subset params cannot have the value None at the same time."
157157
)
158-
if all([self._query, self._subset]) and not self._folder.is_root:
158+
if self._subset and not self._folder.is_root:
159159
raise AppException(
160160
"The folder name should be specified in the query string."
161161
)

src/superannotate/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.3.5dev17"
1+
__version__ = "4.3.5dev19"

0 commit comments

Comments
 (0)