Skip to content

Commit

Permalink
adding small fix for counting error (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: romer8 <gio.busrom@gmail.com>
  • Loading branch information
romer8 and romer8 committed May 17, 2024
1 parent 19f7efe commit 1e3de5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guide.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ if [ $Final_Outputs_Count -gt 0 ]; then
if ! "$TETHYS_SCRIPT" "$ARG1"; then
printf "Failed to visualize outputs in Tethys:"
fi
else
echo -e "No outputs to visualize."
fi

echo -e "Thank you for running NextGen In A Box: National Water Model! Have a nice day!"
Expand Down

0 comments on commit 1e3de5a

Please sign in to comment.