"llm/vscode:/vscode.git/clone" did not exist on "74d45f010276c2f2653f3ca8c4f76cb0552fb46e"
Commit f5d0f8e6 authored by lintangsutawika's avatar lintangsutawika
Browse files

minor fix

parent 4fe3409e
...@@ -666,7 +666,7 @@ class ConfigurableTask(Task): ...@@ -666,7 +666,7 @@ class ConfigurableTask(Task):
if test_choice is not None: if test_choice is not None:
check_choices = test_choice check_choices = test_choice
else: else:
check_choices = test_target check_choices = [test_target]
for choice in check_choices: for choice in check_choices:
choice_has_whitespace = True if " " in choice else False choice_has_whitespace = True if " " in choice else False
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment