You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FOR _static/pygments.css
Traceback (most recent call last):
File "./run.py", line 35, in <module>
if link.href != link.url:
AttributeError: 'LinkResult' object has no attribute 'url'
The attribute url assignment is commented out in the LinkResult.__init__. I guess the code above was forgotten to be updated?
The text was updated successfully, but these errors were encountered:
I tried this with 0d2e7e5:
and got an error:
The attribute
url
assignment is commented out in theLinkResult.__init__
. I guess the code above was forgotten to be updated?The text was updated successfully, but these errors were encountered: