We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18015d commit 4c507c4Copy full SHA for 4c507c4
scripts/tests/local.py
@@ -567,7 +567,7 @@ def gen_coverage():
567
os.path.join("./out", t.target, t.binary),
568
]
569
info_path = os.path.join("./out", f"{t.target}.info")
570
- p = subprocess.run(_with_activate(cmd, output_path=info_path), check=True)
+ subprocess.run(_with_activate(cmd, output_path=info_path), check=True)
571
trace_files.append(info_path)
572
logging.info("Generated %s", info_path)
573
0 commit comments