Fix pylint
This commit is contained in:
parent
6541a360b1
commit
851bf4cd31
@ -50,9 +50,9 @@ class LineparserSaveStub(lineparser.BaseLineParser):
|
||||
"""
|
||||
|
||||
def __init__(self, configdir, fname, *, binary=False, parent=None):
|
||||
super().__init__(configdir, fname, binary=binary, parent=parent)
|
||||
self.saved = []
|
||||
self.data = []
|
||||
return super().__init__(configdir, fname, binary=binary, parent=parent)
|
||||
|
||||
def save(self):
|
||||
self.saved = self.data
|
||||
|
Loading…
Reference in New Issue
Block a user