From 21e30f6da01a56cc0b4281cced92b186d7ce926e Mon Sep 17 00:00:00 2001 From: Stefan Marr Date: Tue, 3 Sep 2024 13:30:24 +0100 Subject: [PATCH] Fix output Signed-off-by: Stefan Marr --- rebench/environment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebench/environment.py b/rebench/environment.py index 646429b4..ebca773f 100644 --- a/rebench/environment.py +++ b/rebench/environment.py @@ -132,8 +132,8 @@ def init_environment(denoise_result, ui): pass if 'cpu' not in result: - ui.warning('Was not able to determine the type of CPU used and its clock speed.' - + ' Thus, these details will not be recorded with the data.') + ui.warning('Was not able to determine the type of CPU used and its clock speed.' + + ' Thus, these details will not be recorded with the data.\n') result['software'] = [] result['software'].append({'name': 'kernel', 'version': u_name[3]})