Skip to content

Commit

Permalink
removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed May 3, 2016
1 parent f24a2fa commit 2e7e237
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tethysapp/streamflow_prediction_tool/controllers_ajax.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,10 +810,6 @@ def era_interim_get_csv(request):
except TypeError, ValueError:
raise Http404('Invalid Reach ID %s.' % reach_id)

#----------------------------------------------
# HISTORICAL DATA SECTION
#----------------------------------------------
era_interim_return_data = {}
#find/check current output datasets
path_to_output_files = os.path.join(path_to_era_interim_data, "{0}-{1}".format(watershed_name, subbasin_name))
historical_data_files = glob(os.path.join(path_to_output_files, "Qout*.nc"))
Expand Down

0 comments on commit 2e7e237

Please sign in to comment.