From c7c88e5084d8499ed244e992cd16af02a647cad0 Mon Sep 17 00:00:00 2001 From: jaxperro Date: Fri, 24 Jul 2026 14:57:36 -0400 Subject: [PATCH] reject ledger joins the bot's self-commit set (REJECTED bucket needs the rows on the Mac) Co-Authored-By: Claude Fable 5 --- copybot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copybot.py b/copybot.py index 4e5158f1..077ce3ab 100644 --- a/copybot.py +++ b/copybot.py @@ -1867,7 +1867,7 @@ class Copybot: paths = [p for p in (self.feed_path, self.feed_path.replace(".json", "_full.json"), self.engine.state_path, self.fill_log, - self.ignored_log, + self.ignored_log, self.reject_log, self.shadow_log, self.bets_archive, self.missed_archive) if os.path.exists(os.path.join(repo, p))]