From 43648cddb04771bf269e791d76cec68b742f27f1 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 5 Apr 2024 14:24:42 +0200 Subject: [PATCH] Fixed qp_plugins update --- bin/qp_plugins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qp_plugins b/bin/qp_plugins index e53b08e9..b1fbeec0 100755 --- a/bin/qp_plugins +++ b/bin/qp_plugins @@ -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)