10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-08-07 21:10:23 +02:00

Fix #185 (Graphviz API / Python 2.6)

This commit is contained in:
Thomas Applencourt 2017-04-05 12:07:23 -05:00 committed by GitHub
parent 4a552cc8fe
commit a2eff07f97

View File

@ -253,6 +253,9 @@ if __name__ == '__main__':
m.create_png(l_module) m.create_png(l_module)
except RuntimeError: except RuntimeError:
pass pass
except SyntaxError:
print "Warning: The graphviz API drop support of python 2.6."
pass
if arguments["clean"] or arguments["create_git_ignore"]: if arguments["clean"] or arguments["create_git_ignore"]: