Skip to content

Commit 9135376

Browse files
author
Hendrik Muhs
committed
do not return after warning about failed cleanup
1 parent 5a85ae6 commit 9135376

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/api/CForecastRunner.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ void CForecastRunner::forecastWorker() {
222222
LOG_WARN(<< "Failed to cleanup temporary data from: "
223223
<< forecastJob.s_TemporaryFolder << " error "
224224
<< errorCode.message());
225-
return;
226225
}
227226
}
228227
}

0 commit comments

Comments
 (0)