Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Feb 8, 2025
1 parent a18015d commit 4c507c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ def gen_coverage():
os.path.join("./out", t.target, t.binary),
]
info_path = os.path.join("./out", f"{t.target}.info")
p = subprocess.run(_with_activate(cmd, output_path=info_path), check=True)
subprocess.run(_with_activate(cmd, output_path=info_path), check=True)
trace_files.append(info_path)
logging.info("Generated %s", info_path)

Expand Down

0 comments on commit 4c507c4

Please sign in to comment.