Skip to content

Commit 1ca6092

Browse files
author
Alan Snow
committed
change to search for geojson files
1 parent e9405c8 commit 1ca6092

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
@@ -379,7 +379,7 @@ def get_watershed_layers_info(a_watershed_list):
379379
available_forecast_dates = \
380380
available_forecast_dates + \
381381
get_ecmwf_valid_forecast_folder_list(
382-
path_to_watershed_files, ".txt")
382+
path_to_watershed_files, ".geojson")
383383

384384
# set up the inputs
385385
watershed_select = SelectInput(display_text='Select Watershed',

0 commit comments

Comments
 (0)