Skip to content

Commit b77c7c9

Browse files
Update wps_drought.py
1 parent d108c3c commit b77c7c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

albatross/processes/wps_drought.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ def get_future_sst_3mon(year, season, anomalies=True):
481481
# Assign final ZIP to response
482482
response.outputs [ "forecast_bundle" ].file = zip_path
483483

484-
# Copy main outputs to Desktop (adjust for OS or path if needed)
484+
"""# Copy main outputs to Desktop (adjust for OS or path if needed)
485485
try:
486486
desktop_path = Path.home() / "Desktop"
487487
@@ -498,6 +498,6 @@ def get_future_sst_3mon(year, season, anomalies=True):
498498
LOGGER.info("Outputs copied to Desktop.")
499499
500500
except Exception as e:
501-
LOGGER.warning(f"Could not copy to Desktop: {e}")
501+
LOGGER.warning(f"Could not copy to Desktop: {e}")"""
502502

503503
return response

0 commit comments

Comments
 (0)