Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1294e8 commit ae080f7Copy full SHA for ae080f7
git/test/lib/helper.py
@@ -423,4 +423,4 @@ def _executable(self, basename):
423
path = osp.join(self.env_dir, "bin", basename)
424
if osp.isfile(path) or osp.islink(path):
425
return path
426
- raise RuntimeError(f"no regular file or symlink {path!r}")
+ raise RuntimeError("no regular file or symlink " + str(path))
0 commit comments