branch | stable |
changeset 43387 | 9eed959cd8ae |
parent 43385 | 6469c23a40a2 |
child 45942 | 89a2afe31e82 |
--- a/hgext/fsmonitor/pywatchman/__init__.py Sat Nov 02 12:51:28 2019 -0700 +++ b/hgext/fsmonitor/pywatchman/__init__.py Sat Nov 02 12:52:58 2019 -0700 @@ -996,7 +996,7 @@ p = subprocess.Popen(cmd, **args) except OSError as e: - raise WatchmanError('"watchman" executable not in PATH (%s)', e) + raise WatchmanError('"watchman" executable not in PATH (%s)' % e) stdout, stderr = p.communicate() exitcode = p.poll()