Skip to content

Don't catch all exceptions. - #2082

Merged
nedbat merged 1 commit into
masterfrom
ned/dont-catch-all-exceptions
Jan 6, 2014
Merged

Don't catch all exceptions.#2082
nedbat merged 1 commit into
masterfrom
ned/dont-catch-all-exceptions

Conversation

@nedbat

@nedbat nedbat commented Jan 6, 2014

Copy link
Copy Markdown
Contributor

Catching "except:" means you'll interfere with Ctrl-C and system.exit(). It's better not to catch those.

@nedbat

nedbat commented Jan 6, 2014

Copy link
Copy Markdown
Contributor Author

@dmitchell review?

@dmitchell

Copy link
Copy Markdown
Contributor

👍

nedbat added a commit that referenced this pull request Jan 6, 2014
@nedbat
nedbat merged commit 7d98231 into master Jan 6, 2014
@nedbat
nedbat deleted the ned/dont-catch-all-exceptions branch January 6, 2014 15:28
shimulch pushed a commit to open-craft/openedx-platform that referenced this pull request Jan 26, 2021
* MCKIN-29429 Version bump xblock-group-project-v2

* Correction
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