Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: flake8-eyeo/tests/A202.py

Issue 29602805: Noissue - Remove bare exceptions from test cases (Closed) Base URL: https://hg.adblockplus.org/codingtools/
Patch Set: Removed .orig files Created Nov. 10, 2017, 12:07 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | flake8-eyeo/tests/A204.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: flake8-eyeo/tests/A202.py
===================================================================
--- a/flake8-eyeo/tests/A202.py
+++ b/flake8-eyeo/tests/A202.py
@@ -19,7 +19,7 @@
return
# A202
noop()
- except:
+ except Exception:
return
# A202
noop()
« no previous file with comments | « no previous file | flake8-eyeo/tests/A204.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld