cudadog / pydot

Automatically exported from code.google.com/p/pydot
MIT License
0 stars 0 forks source link

An attribute with "name" ID produces an error when loading dot data #83

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. 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

Please provide any additional information below.

Original issue reported on code.google.com by cdur...@gmail.com on 1 May 2013 at 3:54