wting / python-graph

Automatically exported from code.google.com/p/python-graph
Other
5 stars 4 forks source link

Trying to add existing node to digraph raises wrong exception. #119

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Should raise AdditionError, raises TypeError.

Fixed by providing a tuple to string formatter at digraph.py:140.

Original issue reported on code.google.com by wozni...@gmail.com on 15 May 2014 at 12:52