Fixed legacy plugin state
This commit is contained in:
parent
0b2536a79b
commit
36f195d6e7
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ class PluginLoader(object):
|
||||||
logging.warning(
|
logging.warning(
|
||||||
"PluginMount.state is deprecated. Use PluginMount.active instead. State will be removed in a future version."
|
"PluginMount.state is deprecated. Use PluginMount.active instead. State will be removed in a future version."
|
||||||
)
|
)
|
||||||
return [m["python_name"] for m in self._plugins]
|
return list(self._legacy_plugins.keys())
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def active(self):
|
def active(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue