Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
PaoloBonettiPolimi authored Oct 18, 2024
1 parent 236b0c9 commit 48d0a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shearwater/processes/wps_cyclone.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,5 +333,5 @@ def _handler(self, request, response):
response.outputs["output_png"].file = outfilename + ".png"

data.to_csv(outfilename + ".csv")
response.outputs["output_csv"].file = outfilename + ".csv"
response.outputs["output_csv"].file = outfilename + ".csv"
return response

0 comments on commit 48d0a1d

Please sign in to comment.