Skip to content

Commit 80cb570

Browse files
committed
html-report.py: do some small tweaking
1 parent f91694f commit 80cb570

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

html-report.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,8 @@ def release_link(g, a, v):
147147

148148
logging.info(f"Processing {ga}")
149149

150-
# Get project URL
150+
# Get project metadata
151151
url = project_url(ga)
152-
153-
# Compute badges
154152
ciBadge = badge(url)
155153

156154
# Check BOM version vs. newest release

0 commit comments

Comments
 (0)