Improved how we handle problems downloading the scenario index files.

master
Pacman Ghost 3 years ago
parent 8ffb0bef49
commit ab1d3251d9
  1. 1
      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
)

Loading…
Cancel
Save