forked from MirrorHub/synapse
Don't bother generating png's
This commit is contained in:
parent
dccb2f57be
commit
bc2512fa95
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ def make_graph(pdus, room, filename_prefix):
|
|||
graph.add_edge(state_edge)
|
||||
|
||||
graph.write('%s.dot' % filename_prefix, format='raw', prog='dot')
|
||||
graph.write_png("%s.png" % filename_prefix, prog='dot')
|
||||
# graph.write_png("%s.png" % filename_prefix, prog='dot')
|
||||
graph.write_svg("%s.svg" % filename_prefix, prog='dot')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue