Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
card10
firmware
Commits
61599d4d
Commit
61599d4d
authored
Aug 24, 2019
by
Rahix
Browse files
Merge 'Report app_folder on metadata read exception'
See merge request
card10/firmware!237
parents
585144d2
18f42099
Pipeline
#3346
passed with stages
in 1 minute and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
preload/menu.py
View file @
61599d4d
...
...
@@ -32,6 +32,7 @@ def read_metadata(app_folder):
information
=
f
.
read
()
return
ujson
.
loads
(
information
)
except
BaseException
as
e
:
print
(
"Failed to read metadata for %s"
%
(
app_folder
))
sys
.
print_exception
(
e
)
return
{
"author"
:
""
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment