mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-08 14:44:46 +00:00
write label for graph
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3103 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
38b83415dd
commit
db223a1912
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
|||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
"""
|
||||
A DOT graph format logger. The specification has been taken from
|
||||
http://www.graphviz.org/cvs/doc/info/lang.html.
|
||||
http://www.graphviz.org/doc/info/lang.html
|
||||
"""
|
||||
|
||||
import time
|
||||
|
|
@ -56,7 +56,7 @@ class DOTLogger (linkcheck.logger.Logger):
|
|||
{'email': linkcheck.configuration.Email})
|
||||
self.check_date()
|
||||
self.writeln()
|
||||
self.writeln(u"digraph {")
|
||||
self.writeln(u"digraph G {")
|
||||
self.flush()
|
||||
|
||||
def comment (self, s, **args):
|
||||
|
|
|
|||
Loading…
Reference in a new issue