Skip to content

Commit 361b1fb

Browse files
committed
slapdtest: Fix error message for missing commands
1 parent 6e0dca6 commit 361b1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/slapdtest/_slapdtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def _find_command(self, cmd, in_sbin=False):
254254
if command is None:
255255
raise ValueError(
256256
"Command '{}' not found. Set the {} environment variable to "
257-
"override slapdtest's search path.".format(value, var_name)
257+
"override slapdtest's search path.".format(cmd, var_name)
258258
)
259259
return command
260260

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy