mirror of https://codeberg.org/topola/topola.git
fix(autorouter/anterouter): Remove via from terminating dot map if fanout seg creation fails
This commit is contained in:
parent
1455da3ee5
commit
bd32885964
|
|
@ -390,6 +390,7 @@ impl Anterouter {
|
|||
Ok(())
|
||||
} else {
|
||||
autorouter.board.remove_via(recorder, via, dots);
|
||||
terminating_dot_map.remove(&(ratline, source_dot));
|
||||
Err(())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue