Skip to content

Commit a77c924

Browse files
author
Alan D. Snow
committed
fix to search for geojson instead of txt
1 parent 1ca6092 commit a77c924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tethysapp/streamflow_prediction_tool/controllers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def get_watershed_layers_info(a_watershed_list):
306306
available_forecast_dates = \
307307
available_forecast_dates + \
308308
get_ecmwf_valid_forecast_folder_list(
309-
path_to_watershed_files, ".txt")
309+
path_to_watershed_files, ".geojson")
310310

311311
watershed_layers_info_array = get_watershed_layers_info(watersheds)[0]
312312

0 commit comments

Comments
 (0)