changeset 43115 | 4aa72cdf616f |
parent 43077 | 687b865b95ad |
child 43385 | 6469c23a40a2 |
--- a/hgext/fsmonitor/watchmanclient.py Tue Oct 08 19:35:30 2019 -0700 +++ b/hgext/fsmonitor/watchmanclient.py Sun Oct 06 20:17:41 2019 -0700 @@ -61,7 +61,7 @@ def getcurrentclock(self): result = self.command(b'clock') - if not util.safehasattr(result, b'clock'): + if not util.safehasattr(result, 'clock'): raise Unavailable( b'clock result is missing clock value', invalidate=True )