We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee4bc2 commit d26a6b9Copy full SHA for d26a6b9
AdvancedHTMLParser/xpath/_body.py
@@ -664,7 +664,7 @@ def setValue(self, newValues):
664
All items must have a related BodyElementValue type, or already be one.
665
'''
666
667
- updatedList = [ ( issubclass(thisVal.__class__, BodyElementValue) and thisval ) or _pythonValueToBodyElementValue(thisVal) for thisVal in newValues ]
+ updatedList = [ ( issubclass(thisVal.__class__, BodyElementValue) and thisVal ) or _pythonValueToBodyElementValue(thisVal) for thisVal in newValues ]
668
669
self.value = updatedList
670
0 commit comments