_frontend/main.py: Fix issue #180 - Fail gracefully when preflight fails
This also makes main.py less redundant, for some reason there was a stray call to app.pipeline.initialize() beside app.initialize() in every function, instead move that into app.initialize() where we now handle the error and exit gracefully.
Loading
Please register or sign in to comment