Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. File "feedvalidator/vendor/HTMLParser.py", line 332, in parse_starttag
  2. self.handle_starttag(tag, attrs)
  3. File "feedvalidator/validators.py", line 279, in handle_starttag
  4. for evil in checkStyle(value):
  5. File "feedvalidator/validators.py", line 304, in checkStyle
  6. if not re.match("""^([:,;#%.\sa-zA-Z0-9!]|\w-\w|'[\s\w]+'|"[\s\w]+"|\([\d,\s]+\))*$""", style):
  7. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/re.py", line 141, in match
  8. return _compile(pattern, flags).match(string)
  9. TypeError: expected string or buffer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement