Skip to content

Commit

Permalink
Bugfix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
atait committed Jan 28, 2024
1 parent 35493be commit 35840ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lymask/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def wrapped():
gui_main(dataprep_file)
return _gen_new_action(wrapped)


def _gen_drc_action(drc_file):
def wrapped():
gui_drc_main(drc_file)
Expand Down
2 changes: 1 addition & 1 deletion lymask/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import yaml
from lygadgets import isGUI, pya, message, message_loud, lyp_to_layerlist, patch_environment
from lygadgets.technology import Technology, klayout_last_open_technology
from lygadgets.gui_objects import gui_active_technology
from lygadgets.gui_objects import gui_view, gui_active_technology


class objview(dict):
Expand Down

0 comments on commit 35840ba

Please sign in to comment.