"examples/vscode:/vscode.git/clone" did not exist on "99258181c62e98c8a7365a78b74522eefb9d04de"
Commit 616a5403 authored by Baber's avatar Baber
Browse files

add comment

parent fedaf262
...@@ -227,6 +227,7 @@ class TaskConfig(dict): ...@@ -227,6 +227,7 @@ class TaskConfig(dict):
is_higher_better, is_higher_better,
) )
# if metric_list defined inside a filter, use that; otherwise use the task's metric_list
metric_list = metric_list or self.metric_list metric_list = metric_list or self.metric_list
metrics = [] metrics = []
if not metric_list: if not metric_list:
......
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