mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-19 03:51:07 +00:00
Print anchor in __str__()
This commit is contained in:
parent
1ebd4d1fc4
commit
6090e1a66c
1 changed files with 1 additions and 0 deletions
|
|
@ -1029,6 +1029,7 @@ class UrlBase (object):
|
|||
u"line=%d" % self.line,
|
||||
u"column=%d" % self.column,
|
||||
u"name=%r" % self.name,
|
||||
u"anchor=%r" % self.anchor,
|
||||
])
|
||||
|
||||
def get_intern_pattern (self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue