Skip to content

Commit

Permalink
it was the array causing the bug not non-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Nov 26, 2023
1 parent 410274d commit 0c7e240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlane/steps/klayout.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ class DRC(KLayoutStep):
),
Variable(
"KLAYOUT_DRC_OPTIONS",
Optional[Dict[str, Union[bool, int]]],
Dict[str, Union[bool, int]],
"Options availble to KLayout DRC. They vary from one PDK to another.",
pdk=True,
),
Expand Down

0 comments on commit 0c7e240

Please sign in to comment.