From beda49848e8813e9b8056086e1903cf72f2abef4 Mon Sep 17 00:00:00 2001 From: Hendrik Muhs Date: Fri, 28 Dec 2018 11:15:31 +0100 Subject: [PATCH] do not return after warning about failed cleanup --- lib/api/CForecastRunner.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/api/CForecastRunner.cc b/lib/api/CForecastRunner.cc index 8fcefe1e15..e502081e45 100644 --- a/lib/api/CForecastRunner.cc +++ b/lib/api/CForecastRunner.cc @@ -225,7 +225,6 @@ void CForecastRunner::forecastWorker() { LOG_WARN(<< "Failed to cleanup temporary data from: " << forecastJob.s_TemporaryFolder << " error " << errorCode.message()); - return; } } }