Skip to content
Snippets Groups Projects
Commit 95d1c7f3 authored by Peter Eckel's avatar Peter Eckel
Browse files

Fixed typo introduced when fixing lint error

parent 881693fd
Branches dualcore
No related tags found
No related merge requests found
Pipeline #2858 passed
......@@ -68,7 +68,7 @@ def list_apps():
if not (
appFolder.endswith(".py")
or appFolder.endswith(".elf")
or appFolder.startswith("._")i
or appFolder.startswith("._")
):
apps.append(["/apps/%s/__init__.py" % appFolder, read_metadata(appFolder)])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment