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

benchmark: make sure we don't risk updating base constraints

This is currently not a problem, but could become one.
parent 2afc8646
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@
@property
def constraints(self):
c = self._base_constraints
c = self._base_constraints.copy()
c['needed-vars'] = self.needed_vars
# XXX need to fetch graph constraint for the core variable too
min_rev = None
......
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