Skip to content
Snippets Groups Projects
Commit 7351dc77 authored by dom's avatar dom
Browse files

fix linter error

parent 8f7d9213
Branches
Tags
1 merge request!168fix(menu): exclude files starting with a . from the menu (e.g. macOS created apple double files)
......@@ -62,7 +62,6 @@ def list_apps():
]
)
dirlist = [
entry for entry in sorted(os.listdir("/apps")) if not entry.startswith(".")
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment