diff options
-rwxr-xr-x | lldb/test/dotest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py index b5f81758b64..1ca84287fd8 100755 --- a/lldb/test/dotest.py +++ b/lldb/test/dotest.py @@ -951,7 +951,7 @@ def setupSysPath(): lldbtest_config.lldbExec = which('lldb') if lldbtest_config.lldbExec and not is_exe(lldbtest_config.lldbExec): - print "'{}' is not a path to a valid executable" + print "'{}' is not a path to a valid executable".format(lldbtest_config.lldbExec) del lldbtest_config.lldbExec if not lldbtest_config.lldbExec: |