mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 05:05:57 +03:00
[PR #127] fix: replace bare except with except Exception #126
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DeepClaude#126
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ErlichLiu/DeepClaude/pull/127
Author: @haosenwang1018
Created: 2/25/2026
Status: 🔄 Open
Base:
main← Head:fix/bare-except📝 Commits (1)
7b5f365fix: replace bare except with except Exception📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
app/main.py(+1 -1)📄 Description
Replace bare
except:withexcept Exception:inapp/main.py. Bareexcept:catchesKeyboardInterruptandSystemExit, masking real errors.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.