Show More
@@ -383,7 +383,7 b' def overridewalk(orig, self, match, subr' | |||||
383 | else: |
|
383 | else: | |
384 | # We need to propagate the last observed clock up so that we |
|
384 | # We need to propagate the last observed clock up so that we | |
385 | # can use it for our next query |
|
385 | # can use it for our next query | |
386 | state.setlastclock(result[b'clock']) |
|
386 | state.setlastclock(pycompat.sysbytes(result[b'clock'])) | |
387 | if result[b'is_fresh_instance']: |
|
387 | if result[b'is_fresh_instance']: | |
388 | if state.walk_on_invalidate: |
|
388 | if state.walk_on_invalidate: | |
389 | state.invalidate() |
|
389 | state.invalidate() |
General Comments 0
You need to be logged in to leave comments.
Login now