summaryrefslogtreecommitdiff
path: root/python/pluginmanager.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/pluginmanager.py')
-rw-r--r--python/pluginmanager.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/pluginmanager.py b/python/pluginmanager.py
index dfa64222..4151bfd6 100644
--- a/python/pluginmanager.py
+++ b/python/pluginmanager.py
@@ -355,6 +355,10 @@ class RepositoryManager:
"""
``add_repository`` adds a new plugin repository for the manager to track.
+ There is currently no function to remove a repository. If you want to
+ remove a repository, you must delete the directory and remove the
+ plugin_status.json entries from repositories/ file in the User Folder
+
:param str url: URL to the plugins.json containing the records for this repository
:param str repopath: path to where the repository will be stored on disk locally
:return: Boolean value True if the repository was successfully added, False otherwise.