Commit f5d0f8e6 authored by lintangsutawika's avatar lintangsutawika
Browse files

minor fix

parent 4fe3409e
......@@ -666,7 +666,7 @@ class ConfigurableTask(Task):
if test_choice is not None:
check_choices = test_choice
else:
check_choices = test_target
check_choices = [test_target]
for choice in check_choices:
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