Skip to content

Commit

Permalink
Fix output
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Sep 3, 2024
1 parent b3a2439 commit 21e30f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebench/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]})
Expand Down

0 comments on commit 21e30f6

Please sign in to comment.