Skip to content

Commit

Permalink
Merge branch 'next' of https://github.com/PalNilsson/pilot3 into next
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Nilsson committed Jan 17, 2024
2 parents 2dcd660 + 5929a6a commit 901bfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilot/util/workernode.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def lscpu():

cmd = 'lscpu'
if not which(cmd):
logger.warning('command={cmd} does not exist - cannot check number of available cores')
logger.warning(f'command={cmd} does not exist - cannot check number of available cores')
return 1, ""

ec, stdout, _ = execute(cmd)
Expand Down

0 comments on commit 901bfaa

Please sign in to comment.