Skip to content
Snippets Groups Projects
Commit 18f42099 authored by Daniel Ehlers's avatar Daniel Ehlers
Browse files

Report app_folder on metadata read exception

parent c77e4c13
No related branches found
No related tags found
No related merge requests found
......@@ -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": "",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment