Skip to content
Snippets Groups Projects

annotate benchmark

Merged Pierre-Yves David requested to merge topic/default/annotate into branch/default
Files
2
@@ -203,9 +203,9 @@
self._data["simple-command"]["command"] += extend_command
new_return_codes = variants[selected].get("acceptable-return-codes")
if new_return_codes is not None:
self._data["simple-command"]["acceptable-return-codes"] = (
new_return_codes
)
self._data["simple-command"][
"acceptable-return-codes"
] = new_return_codes
@property
def all_dimensions(self):
Loading