mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-22 12:23:48 +01:00
Fix #185 (Graphviz API / Python 2.6)
This commit is contained in:
parent
4a552cc8fe
commit
a2eff07f97
@ -253,6 +253,9 @@ if __name__ == '__main__':
|
||||
m.create_png(l_module)
|
||||
except RuntimeError:
|
||||
pass
|
||||
except SyntaxError:
|
||||
print "Warning: The graphviz API drop support of python 2.6."
|
||||
pass
|
||||
|
||||
if arguments["clean"] or arguments["create_git_ignore"]:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user