Skip to content

Commit 26c5ad2

Browse files
committed
improve debug print statment
1 parent 8c1015e commit 26c5ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyosmeta/parse_issues.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def get_gh_metrics(
423423
pkg_meta = {}
424424
# url is the api endpoint for a specific pyos-reviewed package repo
425425
for pkg_name, url in endpoints.items():
426-
print(f"Processing review {pkg_name}")
426+
print(f"Processing GitHub metrics {pkg_name}")
427427
pkg_meta[pkg_name] = self.process_repo_meta(url)
428428

429429
# These 2 lines both hit the API directly

0 commit comments

Comments
 (0)