fix crash
This commit is contained in:
parent
b830781128
commit
5e4337a0cb
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ class Attr(Filter):
|
|||
if self.default is not _NO_DEFAULT:
|
||||
return self.default
|
||||
else:
|
||||
raise KeyError('Link %s does not has attribute %s' % (el[0], attr))
|
||||
raise KeyError('Link %s does not has attribute %s' % (el[0], self.attr))
|
||||
|
||||
|
||||
class Link(Attr):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue