Skip to content

Commit

Permalink
Fix email line in exgfs_atmos_wafs_blending_0p25.sh
Browse files Browse the repository at this point in the history
Line 311 had text that spilled over to the next line erroneously.
  • Loading branch information
KateFriedman-NOAA authored Sep 25, 2024
1 parent b8fe243 commit 7f71daa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/exgfs_atmos_wafs_blending_0p25.sh
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,7 @@ if [ -s UK_missing ]; then
echo >> mailmsg
cat UK_missing >> mailmsg
cat mailmsg > $COMOUT/${RUN}.t${cyc}z.wafs_blend_0p25_usonly.emailbody
cat $COMOUT/${RUN}.t${cyc}z.wafs_blend_0p25_usonly.emailbody | mail.py -s "$subject" $maillis
t -v
cat $COMOUT/${RUN}.t${cyc}z.wafs_blend_0p25_usonly.emailbody | mail.py -s "$subject" $maillist -v

fi
################################################################################
Expand Down

0 comments on commit 7f71daa

Please sign in to comment.