From 85438f3555e4f2956e4e9879316ba84cc30aa5b3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 21 Mar 2023 22:42:18 +0100 Subject: [PATCH] Update helper_stats_graphs.yaml --- .github/workflows/helper_stats_graphs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helper_stats_graphs.yaml b/.github/workflows/helper_stats_graphs.yaml index 4f92beaed..0f84ad4e5 100644 --- a/.github/workflows/helper_stats_graphs.yaml +++ b/.github/workflows/helper_stats_graphs.yaml @@ -209,8 +209,8 @@ jobs: set term png tiny plot for [i=2:*] 'StatsTmp' using 1:i w l title columnhead(i) EOFMarker - ) - rm StatsTmp + ) || true + rm StatsTmp || true cd .. || true fi || true done