Skip to content

Commit 4c507c4

Browse files
committedFeb 8, 2025·
make linter happy
1 parent a18015d commit 4c507c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/tests/local.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ def gen_coverage():
567567
os.path.join("./out", t.target, t.binary),
568568
]
569569
info_path = os.path.join("./out", f"{t.target}.info")
570-
p = subprocess.run(_with_activate(cmd, output_path=info_path), check=True)
570+
subprocess.run(_with_activate(cmd, output_path=info_path), check=True)
571571
trace_files.append(info_path)
572572
logging.info("Generated %s", info_path)
573573

0 commit comments

Comments
 (0)