Fix TagNode.get_all()
This commit is contained in:
parent
4c9389454d
commit
ab936faa05
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ class TagNode:
|
|||
s += "[/" + self.name + "]\n"
|
||||
return s
|
||||
|
||||
def get_all(self):
|
||||
def get_all(self, **kw):
|
||||
r = []
|
||||
for sub in self.data:
|
||||
ok = True
|
||||
|
|
Loading…
Add table
Reference in a new issue