Skip to content

Commit

Permalink
Deleted trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmorillo committed Sep 16, 2024
1 parent 9e8864d commit db08dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/tools/systemtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def get_cpu_model():
if res is not None:
model = res.group(1)
_log.debug("Determined CPU model on Linux using regex '%s' in %s: %s",
model_regex.pattern, PROC_CPUINFO_FP, model)
model_regex.pattern, PROC_CPUINFO_FP, model)
else:
# we need 'model name' on Linux/x86, but 'model' is there first with different info
# 'model name' is not there for Linux/POWER, but 'model' has the right info
Expand Down

0 comments on commit db08dd8

Please sign in to comment.