remove debugging exceptions (but should already be correct this way)
This commit is contained in:
parent
0281da4db5
commit
4905f373ec
1 changed files with 1 additions and 2 deletions
|
@ -315,8 +315,7 @@ class Graph:
|
|||
if common_points:
|
||||
# same location
|
||||
if not add_orig_point and not add_dest_point:
|
||||
#raise TypeError
|
||||
pass#raise AlreadyThere()
|
||||
raise AlreadyThere()
|
||||
|
||||
# points are connectable with only one via
|
||||
best_point = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue