Files
AutoGPT/autogpt_platform/backend
Torantulino f4f48419dd refactor(backend): Improve cleanup pattern per code review
- Initialize synthetic_exec_id before try block instead of using locals()
- Replace anti-pattern `if "var" in locals()` with proper `if var:` check
- Add cleanup in credentials error path for consistency

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 21:39:28 +01:00
..