Skip to content

Commit

Permalink
[FIX] Fix comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusZapata committed Jan 31, 2017
1 parent dc2c9a9 commit 6a6eedc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pylint_odoo/test_repo/test_module/except_pass.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ class TestExceptPass(object):
def test_method(self):
"""Test method """
try:
raise Exception('Exception') # except-pass
except Exception:
raise Exception('Exception')
except Exception: # except-pass
pass

def test_2_method(self):
Expand Down

0 comments on commit 6a6eedc

Please sign in to comment.