From 2920ca5df7943aac1b1476f1131b55a3dd50956f Mon Sep 17 00:00:00 2001 From: brycegbrazen Date: Thu, 20 Jun 2024 11:41:32 -0500 Subject: [PATCH] Fix output so the %s is formatted with the exepath as intended Signed-off-by: brycegbrazen --- src/rezplugins/shell/gitbash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rezplugins/shell/gitbash.py b/src/rezplugins/shell/gitbash.py index 8d0392633..f55f09e66 100644 --- a/src/rezplugins/shell/gitbash.py +++ b/src/rezplugins/shell/gitbash.py @@ -44,7 +44,7 @@ def find_executable(cls, name, check_syspaths=False): "Git-bash executable has been detected at %s, but this is " "probably not correct (google Windows Subsystem for Linux). " "Consider adjusting your searchpath, or use rez config setting " - "plugins.shell.gitbash.executable_fullpath." + "plugins.shell.gitbash.executable_fullpath." % exepath ) return exepath