mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 14:57:18 +00:00
fix: [graph.py] small fix to make it work
This commit is contained in:
parent
1276d834dd
commit
ca1bc24f65
1 changed files with 7 additions and 7 deletions
|
@ -190,6 +190,6 @@ elif args.all:
|
|||
|
||||
dg = Digraph(format='png', body=dot)
|
||||
#print(dg.source)
|
||||
dg.render(engine='dot', filename='graphs/{}'.format(uuid), cleanup=False)
|
||||
dg.render(filename='graphs/{}'.format(uuid))
|
||||
else:
|
||||
exit("No parameters given, use --help for more info.")
|
||||
|
|
Loading…
Reference in a new issue