Skip to content

Commit

Permalink
BUGFIX: stray bullet from ee83564
Browse files Browse the repository at this point in the history
Note
Seems like a copy paste error from the grpc implementation
  • Loading branch information
SMoraisAnsys committed Nov 7, 2023
1 parent 6b7a472 commit a8a3aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyedb/legacy/edb_core/edb_data/padstacks_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ def net_name(self):
str
Name of the net.
"""
return self._edb_padstackinstance.net.name
return self._edb_padstackinstance.GetNet().GetName()

@net_name.setter
def net_name(self, val):
Expand Down

0 comments on commit a8a3aaf

Please sign in to comment.