Backed out changeset 088a627e5772 (bug 1805143) as per Alexandru Ionescu's request. CLOSED TREE

This commit is contained in:
Iulian Moraru 2022-12-14 20:38:58 +02:00
parent 7a5def08ee
commit 4a67cb0362

View File

@ -208,8 +208,6 @@ 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)