mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix lint false positives.
This commit is contained in:
committed by
Martin Kosek
parent
fb329bc8b0
commit
1ac3ed2c27
@@ -179,7 +179,7 @@ class IPAChangeConf:
|
||||
|
||||
value = self.matchComment(line)
|
||||
if value:
|
||||
return {'name':'comment', 'type':'comment', 'value':value.rstrip()}
|
||||
return {'name':'comment', 'type':'comment', 'value':value.rstrip()} #pylint: disable=E1103
|
||||
|
||||
parts = line.split(self.dassign, 1)
|
||||
if len(parts) < 2:
|
||||
|
||||
Reference in New Issue
Block a user