paper-dynasty-discord/command_logic
Cal Corum 678fa320df
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m24s
fix: guard db_game against NameError when db_post fails in complete_game (#27)
Initialize db_game = None before try block and guard roll_back call
with `if db_game is not None:` to prevent NameError masking the
original exception when db_post("games") raises before assignment.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-10 10:32:48 -05:00
..
__init__.py fix: add locked_play context manager to prevent stuck play locks 2026-02-10 21:54:44 -06:00
logic_gameplay.py fix: guard db_game against NameError when db_post fails in complete_game (#27) 2026-03-10 10:32:48 -05:00
play_context.py fix: add locked_play context manager to prevent stuck play locks 2026-02-10 21:54:44 -06:00