Show More
@@ -87,7 +87,7 b' class client(object):' | |||
|
87 | 87 | useImmutableBser=True) |
|
88 | 88 | return self._watchmanclient.query(*watchmanargs) |
|
89 | 89 | except pywatchman.CommandError as ex: |
|
90 |
if ex.msg |
|
|
90 | if 'unable to resolve root' in ex.msg: | |
|
91 | 91 | raise WatchmanNoRoot(self._root, ex.msg) |
|
92 | 92 | raise Unavailable(ex.msg) |
|
93 | 93 | except pywatchman.WatchmanError as ex: |
General Comments 0
You need to be logged in to leave comments.
Login now