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

Commit

Permalink
rm debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
Haoxi Tan committed Jun 10, 2023
1 parent 9f6718e commit e7ca758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raise_high_risk_pkgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_inspector_link(name):
name = name_ver.split()[0]
extra_labels = [l for l in pkg_detections[name_ver]['result']['results']]
issue_data = {"title":f"{name_ver} has {pkg_detections[name_ver]['result']['issues']} GuardDog issues", "body":f'{get_project_link(name)}\n{get_inspector_link(name)}\n```'+json.dumps(pkg_detections[name_ver],indent=2)+'```', "labels":["guarddog"] + extra_labels}
print(json.dumps(issue_data,indent=2))
#print(json.dumps(issue_data,indent=2))
try:
create_github_issue(issue_data)
except:
Expand Down

0 comments on commit e7ca758

Please sign in to comment.