Skip to content

Commit 357711c

Browse files
committed
- 添加插件功能
1 parent 244ed5c commit 357711c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ISAT/widgets/plugin_manager_dialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __init__(self, parent, mainwindow):
2222
self.tableWidget.setColumnWidth(2, 150)
2323
self.tableWidget.setColumnWidth(3, 150)
2424

25-
self.plugin_dir = 'ISAT/plugins'
25+
self.plugin_dir = os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), 'plugins')
2626
self.plugins = []
2727

2828
self.pushButton_close.clicked.connect(self.close)

0 commit comments

Comments
 (0)