Fixed qp_plugins update

This commit is contained in:
Anthony Scemama 2024-04-05 14:24:42 +02:00
parent 4173cb5b70
commit 43648cddb0
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ end
def get_repositories():
l_result = [f for f in os.listdir(QP_PLUGINS) \
if f not in [".gitignore", "local"] ]
if f not in [".gitignore", "local", "README.rst"] ]
return sorted(l_result)