Skip to content

Commit

Permalink
Rephrase ASTE message
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Nov 29, 2023
1 parent a41500d commit 85ab387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cleaning-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ clean_aste() {
(
set -e -u
cd "$1"
echo "--- Cleaning up ASTE results in $(pwd)"
echo "--- Looking for and cleaning up any potential ASTE results in $(pwd)"
rm -fv result.vtk result.stats.json
rm -fvr fine_mesh coarse_mesh mapped
)
Expand Down

0 comments on commit 85ab387

Please sign in to comment.