[chutney/master] TorNet: CHUTNEY_TOR and CHUTNEY_TOR_GENCERT are binary paths

commit ab43124c15b38d874d959c918b1403430d071297 Author: teor <teor@torproject.org> Date: Fri Jan 24 10:59:35 2020 +1000 TorNet: CHUTNEY_TOR and CHUTNEY_TOR_GENCERT are binary paths (Not directory paths.) Fixes 33041. --- lib/chutney/TorNet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chutney/TorNet.py b/lib/chutney/TorNet.py index 1a38a24..c94cd8a 100644 --- a/lib/chutney/TorNet.py +++ b/lib/chutney/TorNet.py @@ -211,7 +211,7 @@ def _warnMissingTor(tor_path, cmdline, tor_name="tor"): """Log a warning that the binary tor_name can't be found at tor_path while running cmdline. """ - help_msg_fmt = "Set the '{}' environment variable to the directory containing '{}'." + help_msg_fmt = "Set the '{}' environment variable to the path of '{}'." help_msg = "" if tor_name == "tor": help_msg = help_msg_fmt.format("CHUTNEY_TOR", tor_name)
participants (1)
-
teor@torproject.org