[FIX] process_queue: add missing closing parentheses #143

Merged
shoko merged 1 commits from fix/issue-142-process-queue-missing-parens into main 2026-04-05 08:56:59 +02:00
Owner

Fixes #142

Fixes #142
shoko added 1 commit 2026-04-05 08:52:27 +02:00
Fixes #142 - process_queue silently skips all queue items because
issue_ref and message Python extraction commands were missing a closing
parenthesis. The error was silently swallowed by 2>/dev/null causing
both variables to be empty, so every queue item was skipped.
shoko merged commit 98a31070a7 into main 2026-04-05 08:56:59 +02:00
Sign in to join this conversation.