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.
[83] An attribute with "name" ID produces an error when loading dot data #19
Open
Description
Reported by cdur...@gmail.com, 2013-05-01T05:54:11Z
What steps will reproduce the problem?
- pydot.graph_from_dot_data("graph G { a [name=b] }")
2.
3.
What is the expected output? What do you see instead?
output:
TypeError: init() got multiple values for keyword argument 'name'
expected output: I think that this should not produce an error, since it is not excluded by the DOT language.
What version of the product are you using? On what operating system?
pydot 1.0.28; Gentoo/Linux 3.0.6; Python 2.7.3