mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-22 23:24:44 +00:00
also display info in repr()
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1807 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
f31407d2b4
commit
d174276fd8
1 changed files with 1 additions and 1 deletions
|
|
@ -601,7 +601,7 @@ class UrlBase (object):
|
|||
parent_url=self.url, line=lineno, column=column)
|
||||
self.consumer.append_url(url_data)
|
||||
|
||||
def __str__ (self):
|
||||
def __repr__ (self):
|
||||
"""return serialized url check data"""
|
||||
return os.linesep.join([
|
||||
"%s link" % self.scheme,
|
||||
|
|
|
|||
Loading…
Reference in a new issue