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