mirror of
https://github.com/LCPQ/quantum_package
synced 2025-04-18 14:30:26 +02:00
Corrected graphviz bug
This commit is contained in:
parent
e39afd6c2c
commit
37599336b0
@ -240,7 +240,10 @@ if __name__ == '__main__':
|
||||
print " ".join(sorted(m.l_descendant_unique([module])))
|
||||
|
||||
if arguments["create_png"]:
|
||||
m.create_png(l_module)
|
||||
try:
|
||||
m.create_png(l_module)
|
||||
except RuntimeError:
|
||||
pass
|
||||
|
||||
if arguments["clean"] or arguments["create_git_ignore"]:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user