mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 06:46:15 +01:00
OscConfigParser.py: silence pylint false positive E0702
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
parent
a3cf8e8552
commit
96183f41f3
@ -306,7 +306,7 @@ class OscConfigParser(configparser.SafeConfigParser):
|
||||
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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user