Better logging

This commit is contained in:
AaronDewes 2022-06-07 15:44:07 +00:00
parent 53d9faf871
commit 0266e9fb4e

View File

@ -69,7 +69,7 @@ def getAppRegistry(apps, app_path):
with open(app_cache_path, 'w') as f:
json.dump(createCleanConfigFromV3(app_yml, os.path.dirname(app_path)), f)
except Exception as e:
print(e)
print(traceback.format_exc())
print("App {} is invalid!".format(app))
appPortsToMap()
return {