We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8a238 commit 744f3fcCopy full SHA for 744f3fc
1 file changed
src/probeinterface/library.py
@@ -291,5 +291,5 @@ def list_github_folders(owner: str, repo: str, path: str = "", ref: str = None,
291
return [
292
item["name"]
293
for item in items
294
- if item.get("type") == "dir" and item["name"][0] != "." and item["name"] != "scripts"
+ if item.get("type") == "dir" and item["name"][0] != "." and item["name"] not in ["scripts", "apps"]
295
]
0 commit comments