This repository was archived by the owner on Nov 19, 2018. It is now read-only.
This repository was archived by the owner on Nov 19, 2018. It is now read-only.
[99] pydot should quote labels with colons #36
Closed
Description
Reported by nitsuadi...@gmail.com, 2015-01-31T11:26:23Z
What steps will reproduce the problem?
- add to a graph pydot.Edge(src='A', dst='B', label='A:B')
- try to render
What is the expected output? What do you see instead?
Expect a graph. Instead, produces an invalid DOT file which then leads to an error:
Warning: /tmp/tmpxw5_0w: syntax error in line 5 near ':'
What version of the product are you using? On what operating system?
1.0.28 Linux (Ubuntu)
From: https://code.google.com/p/pydot/issues/detail?id=99