mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-07 05:53:37 +01:00
Fixed qp_plugins update
This commit is contained in:
parent
4173cb5b70
commit
43648cddb0
@ -97,7 +97,7 @@ end
|
|||||||
|
|
||||||
def get_repositories():
|
def get_repositories():
|
||||||
l_result = [f for f in os.listdir(QP_PLUGINS) \
|
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)
|
return sorted(l_result)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user