summaryrefslogtreecommitdiff
path: root/python/pluginmanager.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2022-03-03 12:11:29 -0500
committerJordan Wiens <jordan@psifertex.com>2022-03-03 12:11:29 -0500
commit88ef2fc0133aba8870140cfd0e1a92f7f495b4ed (patch)
tree6bfcb1a7376f63a16aa64d151ec1f4179e0528c3 /python/pluginmanager.py
parente9346b2675044dc20b4f7b6a7858f80f40518693 (diff)
add small api docs on removing a repository
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.