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 25fd997 commit efb2d31Copy full SHA for efb2d31
plugins/funkman/commands.py
@@ -21,7 +21,7 @@ def read_locals(self) -> dict:
21
raise PluginInstallationError(self.plugin_name,
22
f"Can't find {self.node.config_dir}/plugins/funkman.yaml, "
23
f"please create one!")
24
- path = config.get('install')
+ path = config.get(DEFAULT_TAG, {}).get('install')
25
if not path or not os.path.exists(path):
26
27
f"FunkMan install path is not set correctly in the DEFAULT-section of "
0 commit comments