From 8288df9be46263d58709c86926ed87d247ebe550 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Thu, 17 Dec 2020 15:05:13 +0100
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 execution/run_uc.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/execution/run_uc.py b/execution/run_uc.py
index d62b11708..a0fcdbb6d 100644
--- a/execution/run_uc.py
+++ b/execution/run_uc.py
@@ -290,7 +290,7 @@ def run_evaluation(exp_id, uc_id, dim_value, instances, execution_minutes, prome
         err_msg = 'Evaluation function failed'
         print(err_msg)
         logging.exception(err_msg)
-        print('Benchmark continuous')
+        print('Benchmark execution continues')
 
     return
 
-- 
GitLab