gdsfactory / kfactory

gdsfactory with a klayout backend
https://gdsfactory.github.io/kfactory/
MIT License
34 stars 13 forks source link

Double `or` printed in `src/kfactory/kcell.py` #427

Closed akshat-ja closed 4 months ago

akshat-ja commented 4 months ago

Double or print in src/kfactory/kcell.py on lines 1624, 1625:

                raise MergeError(
                    f"Layout {self.name} cannot merge with layout "
                    f"{Path(filename).stem} safely. See the error messages or"
                    f"or check with KLayout."
                )