Skip to content

Commit 8f2f945

Browse files
authored
Update bench_runner/util.py
1 parent aa202dc commit 8f2f945

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bench_runner/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def has_any_element(iterable):
5353

5454
def safe_which(cmd: str) -> str:
5555
"""
56-
shutil, but raises a RuntimeError if the command is not found.
56+
shutil.which, but raises a RuntimeError if the command is not found.
5757
"""
5858
path = shutil.which(cmd)
5959
if path is None:

0 commit comments

Comments
 (0)