We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244ed5c commit 357711cCopy full SHA for 357711c
ISAT/widgets/plugin_manager_dialog.py
@@ -22,7 +22,7 @@ def __init__(self, parent, mainwindow):
22
self.tableWidget.setColumnWidth(2, 150)
23
self.tableWidget.setColumnWidth(3, 150)
24
25
- self.plugin_dir = 'ISAT/plugins'
+ self.plugin_dir = os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), 'plugins')
26
self.plugins = []
27
28
self.pushButton_close.clicked.connect(self.close)
0 commit comments