From ab1d3251d9919dfa24e0f14482845820c59cadbd Mon Sep 17 00:00:00 2001 From: Taka Date: Thu, 5 Nov 2020 06:49:02 +0000 Subject: [PATCH] Improved how we handle problems downloading the scenario index files. --- vasl_templates/webapp/scenarios.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vasl_templates/webapp/scenarios.py b/vasl_templates/webapp/scenarios.py index 034aa51..d2ea7b9 100644 --- a/vasl_templates/webapp/scenarios.py +++ b/vasl_templates/webapp/scenarios.py @@ -129,6 +129,7 @@ def get_roar_scenario_index(): return _make_not_available_response( "Couldn't get the ROAR scenarios.", _roar_scenarios.error_msg ) + else: return _make_not_available_response( "Please wait, the ROAR scenarios are still downloading.", None )