"runner/vscode:/vscode.git/clone" did not exist on "ed443a03930a10bec6182c55091f0880baa1e620"
Commit 24a3940b authored by haileyschoelkopf's avatar haileyschoelkopf
Browse files

remove stale comment

parent ef09b104
...@@ -185,7 +185,7 @@ def evaluate( ...@@ -185,7 +185,7 @@ def evaluate(
versions[task_name] = task.VERSION versions[task_name] = task.VERSION
configs[task_name] = dict( configs[task_name] = dict(
task.dump_config() task.dump_config()
) # TODO: don't access a private attribute here ; for non-YAML tasks handle this case )
# deterministically shuffle docs and chop off the first `limit` because sometimes docs are in some kind of order # deterministically shuffle docs and chop off the first `limit` because sometimes docs are in some kind of order
# task_docs = list(task_doc_func()) # task_docs = list(task_doc_func())
......
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