Skip to content

Commit

Permalink
extending line support
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenb-dev committed Jan 13, 2025
1 parent a1343bb commit 9b428a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyedb/dotnet/edb_core/padstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -1689,7 +1689,7 @@ def merge_via(self, contour_boxes, net_filter=None, start_layer=None, stop_layer
start_layer=start_layer,
stop_layer=stop_layer,
):
self._logger.error(f"Failed to create padstack definition {new_padstack_def}")
raise Exception(f"Failed to create padstack definition {new_padstack_def}")
merged_instance = self.place(position=[0, 0], definition_name=new_padstack_def, net_name=net)
merged_via_ids.append(merged_instance.id)
[self.instances[id].delete() for id in instances]
Expand Down

0 comments on commit 9b428a1

Please sign in to comment.