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 e80fd30 commit 1e3f1a4Copy full SHA for 1e3f1a4
src/navigate/controller/sub_controllers/plugins_controller.py
@@ -135,8 +135,8 @@ def load_plugins(self):
135
)
136
if plugin_frame_module is None:
137
print(
138
- "Make sure that the plug in frame name is correct! "
139
- f"Plug in {plugin_name} needs to be reinstalled!"
+ f"Make sure that the plugin frame name {plugin_class_name} is correct! "
+ f"Plugin {plugin_name} needs to be uninstalled from navigate or reinstalled!"
140
141
return
142
plugin_frame = getattr(
0 commit comments