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

exchange: make sure we copy the parameters list before editing it

Otherwise, we can modify an inherited list, affecting all other benchmark.
parent 646fcbc5d0ec
No related branches found
No related tags found
No related merge requests found
......@@ -287,6 +287,7 @@
def setup_role(cls):
"""install the right partial variants for the configured action"""
cls.params = cls.params[:]
cls.params[cls._partials_idx] = list(sorted(cls.role_data))
return cls
......
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