web/hosts/issues graph.py,1.2,1.3
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/web/hosts/issues
In directory purcel:/tmp/cvs-serv15643/hosts/issues
Modified Files:
graph.py
Log Message:
more fixes: svg output works now, cmap output still requires an upgrade of graphviz
Index: graph.py
===================================================================
RCS file: /cvs/fresco/web/hosts/issues/graph.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- graph.py 21 Jan 2003 05:05:45 -0000 1.2
+++ graph.py 21 Jan 2003 05:21:49 -0000 1.3
@@ -132,7 +132,7 @@
visit(type, depend, 0)
db = open_db()
-(file, child_stdout) = os.popen2('dot -Tsvg')
+(file, child_stdout) = os.popen2('dot -T'+output)
write_header(file, type, id)
visit(type, id, 1)