Skip to content

fix bare except blocks #302

Merged
pradeeban merged 1 commit intoControlCore-Project:devfrom
avinxshKD:fix-bare-except-blocks
Feb 13, 2026
Merged

fix bare except blocks #302
pradeeban merged 1 commit intoControlCore-Project:devfrom
avinxshKD:fix-bare-except-blocks

Conversation

@avinxshKD
Copy link

Fixes #299

Replaced bare except blocks with specific exception types to avoid catching KeyboardInterrupt and SystemExit. Used (OSError, IOError) for file operations and Exception for parsing operations.

@avinxshKD
Copy link
Author

Hi @pradeeban ready for review, fixed bare excepts in main repo as asked
And also kept separate from the file I/O refactoring PR. #301

could you also check my previous issues and related PRs to ensure these align with the project's direction? Thanks

@pradeeban pradeeban merged commit 1c0016a into ControlCore-Project:dev Feb 13, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants