Skip to content

Commit

Permalink
fix missing arg
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Oct 21, 2024
1 parent c691f4d commit 2b30b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kfactory/kcell.py
Original file line number Diff line number Diff line change
Expand Up @@ -7347,7 +7347,7 @@ def __repr__(self) -> str:

def print(self, type: Literal["dbu", "um", None] = None) -> None:
"""Print the port pretty."""
config.console.print(pprint_ports([self]))
config.console.print(pprint_ports([self], unit=type))


class Instance:
Expand Down

0 comments on commit 2b30b16

Please sign in to comment.