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 9b428a1 commit 749188d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pyedb/dotnet/edb_core/padstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -1635,8 +1635,7 @@ def merge_via(self, contour_boxes, net_filter=None, start_layer=None, stop_layer
"""
merged_via_ids = []
if not contour_boxes:
self._pedb.logger.error("No contour box provided, you need to pass a nested list as argument.")
return False
raise Exception("No contour box provided, you need to pass a nested list as argument.")
if not start_layer:
start_layer = list(self._pedb.stackup.layers.values())[0].name
if not stop_layer:
Expand Down

0 comments on commit 749188d

Please sign in to comment.