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 6aa6566 commit 6d771ebCopy full SHA for 6d771eb
src/navigate/model/plugins_model.py
@@ -185,7 +185,7 @@ def load_plugin_acquisition_modes(
185
return plugin_acquisition_modes
186
187
@staticmethod
188
- def load_plugin_features(self, feature_lists_path, plugin_path):
+ def load_plugin_features(feature_lists_path, plugin_path):
189
plugin_feature_list = os.path.join(plugin_path, "feature_list.py")
190
if os.path.exists(plugin_feature_list):
191
module = load_module_from_file("feature_list_temp", plugin_feature_list)
0 commit comments