[csw-devel] SF.net SVN: opencsw:[386] utilities/site_links.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue Jul 12 15:24:50 CEST 2011
Revision: 386
http://opencsw.svn.sourceforge.net/opencsw/?rev=386&view=rev
Author: wahwah
Date: 2011-07-12 13:24:50 +0000 (Tue, 12 Jul 2011)
Log Message:
-----------
site-links: Use circo to get a better layout
Especially for larger graphs.
Modified Paths:
--------------
utilities/site_links.py
Modified: utilities/site_links.py
===================================================================
--- utilities/site_links.py 2011-07-12 13:24:39 UTC (rev 385)
+++ utilities/site_links.py 2011-07-12 13:24:50 UTC (rev 386)
@@ -150,7 +150,7 @@
fd.close()
print dot_code
logging.debug("Calling dot")
- args = ['dot', '-Tpng', '-o', 'opencsw-links.png', 'out.dot']
+ args = ['circo', '-Tpng', '-o', 'opencsw-links.png', 'out.dot']
rc = subprocess.call(args)
if rc:
logging.fatal("Calling %s has failed with code %s",
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list