From 88ef2fc0133aba8870140cfd0e1a92f7f495b4ed Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 3 Mar 2022 12:11:29 -0500 Subject: add small api docs on removing a repository --- python/pluginmanager.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python/pluginmanager.py') 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. -- cgit v1.3.1