##// END OF EJS Templates
fsmonitor: reapply dd35abc409ee...
Gregory Szorc -
r43705:9eed959c stable
parent child Browse files
Show More
@@ -996,7 +996,7 b' class client(object):'
996 996 p = subprocess.Popen(cmd, **args)
997 997
998 998 except OSError as e:
999 raise WatchmanError('"watchman" executable not in PATH (%s)', e)
999 raise WatchmanError('"watchman" executable not in PATH (%s)' % e)
1000 1000
1001 1001 stdout, stderr = p.communicate()
1002 1002 exitcode = p.poll()
General Comments 0
You need to be logged in to leave comments. Login now