##// 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 p = subprocess.Popen(cmd, **args)
996 p = subprocess.Popen(cmd, **args)
997
997
998 except OSError as e:
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 stdout, stderr = p.communicate()
1001 stdout, stderr = p.communicate()
1002 exitcode = p.poll()
1002 exitcode = p.poll()
General Comments 0
You need to be logged in to leave comments. Login now