Skip to content
Snippets Groups Projects
Commit 9b569d2f22ec authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

upgrade-reference: mention level issue for the partial-sets value

Given the level of the "benchmark-variables", it seems more appropriate to have
the partial-sets at the same level. We start with mentioning that in a comment
and then we will see if we can do something about it.
parent f3b7acb41a35
No related branches found
No related tags found
No related merge requests found
......@@ -118,4 +118,7 @@
repo_ids.add(repo_id)
format_info = reference_repo.get("format-info", {})
# XXX note: this the "partial-sets" data should be a the same level as
# the "benchmark-variables" data. We should move on down or the other
# up. Moving "partial-sets" down seems preferable.
partial_sets = reference_repo.get("partial-sets", {})
......@@ -121,5 +124,4 @@
partial_sets = reference_repo.get("partial-sets", {})
partial_sets_set.update(partial_sets)
# Add a prefix to format-info keys
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment