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)' |
|
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