Skip to content
Snippets Groups Projects
Commit 6acdf7d0 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

log: Log script end

parent 2e5e66a6
No related branches found
No related tags found
No related merge requests found
...@@ -94,6 +94,7 @@ else ...@@ -94,6 +94,7 @@ else
echo "==== $(date): Running model for ${year}" >> "$LOG_FILE" 2>&1 echo "==== $(date): Running model for ${year}" >> "$LOG_FILE" 2>&1
python3 ${HOME_DIR}SEPTREFHUM.py "$year" >> "$LOG_FILE" 2>&1 python3 ${HOME_DIR}SEPTREFHUM.py "$year" >> "$LOG_FILE" 2>&1
fi fi
echo "Run complete" >> "$LOG_FILE" 2>&1
# Deactivate the virtual environment # Deactivate the virtual environment
conda deactivate conda deactivate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment