Skip to content
Snippets Groups Projects
Commit 0eef028f authored by Alex Ionescu's avatar Alex Ionescu
Browse files

Bug 1805143 - Remove output kwarg before calling side by side r=perftest-reviewers,sparky

parent c7c6dfa5
No related branches found
No related tags found
No related merge requests found
......@@ -208,6 +208,8 @@ def run_tools(mach_cmd, kwargs):
artifacts = _create_artifacts_dir(kwargs, SRC_ROOT)
tempdir = tempfile.mkdtemp()
if kwargs.get("output"):
kwargs.pop("output")
s = SideBySide(str(tempdir))
s.run(**kwargs)
......
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