diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/pluginmanager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pluginmanager.py b/python/pluginmanager.py index 55315d12..32d410ea 100644 --- a/python/pluginmanager.py +++ b/python/pluginmanager.py @@ -154,7 +154,7 @@ class Extension: @deprecation.deprecated(deprecated_in="5.3", details='This field will be removed.') def license_text(self) -> Optional[str]: """String complete license text for the given plugin""" - return '' + return core.BNPluginGetLicenseText(self.handle) @property def long_description(self) -> Optional[str]: |
