We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ddb2f commit dcb5288Copy full SHA for dcb5288
src/superannotate/lib/core/usecases/items.py
@@ -155,7 +155,7 @@ def validate_arguments(self):
155
raise AppException(
156
"The query and subset params cannot have the value None at the same time."
157
)
158
- if all([self._query, self._subset]) and not self._folder.is_root:
+ if self._subset and not self._folder.is_root:
159
160
"The folder name should be specified in the query string."
161
src/superannotate/version.py
@@ -1 +1 @@
1
-__version__ = "4.3.5dev17"
+__version__ = "4.3.5dev19"
0 commit comments