Skip to content

Commit

Permalink
adapted climate wget construction to recent changes #47
Browse files Browse the repository at this point in the history
  • Loading branch information
FlatErikk committed Jul 19, 2024
1 parent 84cba9f commit 2f914da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion framework/climate/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,10 +610,12 @@ def select_temp_urls(request):

url_content += (
GENERAL_API_URL
+ "/climate/get_temp_file?name="
+ "climate/get_temp_file?name="
+ filename
+ "&type="
+ foldertype
+ "&filetype="
+ "nc" # hardcoded for now
+ "\n"
)
except Exception as e:
Expand Down

0 comments on commit 2f914da

Please sign in to comment.