Skip to content

Commit

Permalink
Simplify phrasing
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Nov 18, 2024
1 parent 2b2e637 commit ae418f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebench/denoise.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_which(self):
self._which_path = "/usr/bin/which"
else:
raise UIError(
"The basic `which` command was not found."
"The `which` command was not found."
" In many systems it is available at /usr/bin/which."
" If it is elsewhere rebench-denoise will need to be"
" adapted to support a different location.\n",
Expand Down

0 comments on commit ae418f1

Please sign in to comment.