We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa202dc commit 8f2f945Copy full SHA for 8f2f945
1 file changed
bench_runner/util.py
@@ -53,7 +53,7 @@ def has_any_element(iterable):
53
54
def safe_which(cmd: str) -> str:
55
"""
56
- shutil, but raises a RuntimeError if the command is not found.
+ shutil.which, but raises a RuntimeError if the command is not found.
57
58
path = shutil.which(cmd)
59
if path is None:
0 commit comments