From 6663f72866454cf3e52dc2f4dc47208f68cf21a1 Mon Sep 17 00:00:00 2001
From: Quentin Rodier <quentin.rodier@meteo.fr>
Date: Wed, 4 May 2022 17:12:14 +0200
Subject: [PATCH] Quentin 04/05/2022: update prep_code : cleaning

---
 prep_code.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/prep_code.sh b/prep_code.sh
index 2ddfee66c..5b39b92a8 100755
--- a/prep_code.sh
+++ b/prep_code.sh
@@ -172,6 +172,7 @@ if [ -n "${mnh_expand_options-}" ]; then
       rm -f $1_EXPAND
       $PHYEXTOOLSDIR/correct_indent.py tempo_mnh_expand "indent"
       mv tempo_mnh_expand_CORRECT_INDENT $1
+      rm -f tempo_mnh_expand
     fi
   }
   if [ -n "${model-}" ]; then
-- 
GitLab