Skip to content

Commit

Permalink
Update src/pyedb/dotnet/edb_core/modeler.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Morais <[email protected]>
  • Loading branch information
svandenb-dev and SMoraisAnsys authored Jul 11, 2024
1 parent 1d949d2 commit b5660fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyedb/dotnet/edb_core/modeler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ def create_pin_group(
if not id in pins:
pins[id] = pin
if not pins:
self._logger.error("No pin found")
self._logger.error("No pin found.")
return False
pins = list(pins.values())
obj = self._edb.cell.hierarchy.pin_group.Create(
Expand Down

0 comments on commit b5660fe

Please sign in to comment.