Skip to content

Commit

Permalink
OscConfigParser.py: silence pylint false positive E0702
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
  • Loading branch information
dalgaaf committed May 27, 2013
1 parent a3cf8e8 commit 96183f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/OscConfigParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def _read(self, fp, fpname):
e.append(lineno, repr(line))
# if any parsing errors occurred, raise an exception
if e:
raise e
raise e # pylint: disable-msg=E0702

def write(self, fp, comments = False):
"""
Expand Down

0 comments on commit 96183f4

Please sign in to comment.