mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-26 14:49:21 -05:00
Don't bother generating png's
This commit is contained in:
parent
dccb2f57be
commit
bc2512fa95
@ -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 New Issue
Block a user