We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa2dff commit 0196b32Copy full SHA for 0196b32
src/package_report.py
@@ -85,7 +85,6 @@ def _generate_staleness_report_per_image(
85
pkg_stats = overall([pkg], month=previous_month)
86
conda_download_stats[pkg] = pkg_stats.get(pkg, "N/A")
87
except ValueError as e:
88
- print(f"Warning: Unable to fetch download statistics for {pkg}: {str(e)}")
89
conda_download_stats[pkg] = "N/A"
90
91
for package in package_versions_in_upstream:
0 commit comments