Skip to content

Commit

Permalink
Fix path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeulen committed Feb 17, 2025
1 parent cad68cf commit 466e5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chisurf/plugins/brick-mic/wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def copy_entire_table(self):
# Place the final text in the clipboard
QtWidgets.QApplication.clipboard().setText(clipboard_text)

@chisurf.gui.decorators.init_with_ui("gui.ui", path='chisurf/plugins/brick-mic')
@chisurf.gui.decorators.init_with_ui("brick-mic/gui.ui", path=chisurf.settings.plugin_path)
def __init__(
self,
*args,
Expand Down

0 comments on commit 466e5a9

Please sign in to comment.