Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
scripts: ossf scorecard pindeps: docs: Do not print pyproject.toml to…
Browse files Browse the repository at this point in the history
… stdout

Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
John Andersen authored and pdxjohnny committed Jun 25, 2024
1 parent 91b9ba0 commit 9691671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ossf_scorecard_pindeps.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def pin_packages(cmd):
)

# snoop.pp(editable_packages, packages, pyproject)
print(pyproject_toml_path.read_text())
# print(pyproject_toml_path.read_text())

cmd = [
sys.executable,
Expand Down

0 comments on commit 9691671

Please sign in to comment.