We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0b1f2 commit d9e30c1Copy full SHA for d9e30c1
2 files changed
scripts/cli.py
@@ -58,7 +58,7 @@ def trigger_auto_tests(
58
tc_user: str,
59
tc_password: str,
60
) -> bool:
61
- supported_shells = list(map(str.strip, supported_shells.split(";")))
+ supported_shells = list(filter(bool, map(str.strip, supported_shells.split(";"))))
62
is_success = main(
63
supported_shells=supported_shells,
64
automation_project_id=automation_project_id,
version.txt
@@ -1 +1 @@
1
-2.0.0
+2.0.1
0 commit comments