Skip to content

Commit 0196b32

Browse files
author
Ruinong Tian
committed
remove useless message in staleness report
1 parent 4aa2dff commit 0196b32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/package_report.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ def _generate_staleness_report_per_image(
8585
pkg_stats = overall([pkg], month=previous_month)
8686
conda_download_stats[pkg] = pkg_stats.get(pkg, "N/A")
8787
except ValueError as e:
88-
print(f"Warning: Unable to fetch download statistics for {pkg}: {str(e)}")
8988
conda_download_stats[pkg] = "N/A"
9089

9190
for package in package_versions_in_upstream:

0 commit comments

Comments
 (0)