Skip to content

Commit 8f411a3

Browse files
committed
BUGFIX: stray bullet from ee83564
Note Seems like a copy paste error from the grpc implementation
1 parent 8032f59 commit 8f411a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyedb/legacy/edb_core/edb_data/padstacks_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,7 @@ def net_name(self):
13991399
str
14001400
Name of the net.
14011401
"""
1402-
return self._edb_padstackinstance.net.name
1402+
return self._edb_padstackinstance.GetNet().GetName()
14031403

14041404
@net_name.setter
14051405
def net_name(self, val):

0 commit comments

Comments
 (0)