diff --git a/skills/last30days/scripts/last30days.py b/skills/last30days/scripts/last30days.py index 3a05b448a..783154229 100644 --- a/skills/last30days/scripts/last30days.py +++ b/skills/last30days/scripts/last30days.py @@ -720,8 +720,8 @@ def _write_last_run( ], } (target / "last-report.json").write_text(json.dumps(cache_payload, indent=2)) - except Exception: - pass + except Exception as exc: + sys.stderr.write(f"[last30days] Failed to write run cache: {exc}\n") def _load_last_report_cache(