Show More
@@ -441,7 +441,10 b' class baseunionstore(object):' | |||||
441 | i = 0 |
|
441 | i = 0 | |
442 | while i < self.numattempts: |
|
442 | while i < self.numattempts: | |
443 | if i > 0: |
|
443 | if i > 0: | |
444 | retrylog(b're-attempting (n=%d) %s\n' % (i, funcname)) |
|
444 | retrylog( | |
|
445 | b're-attempting (n=%d) %s\n' | |||
|
446 | % (i, pycompat.sysbytes(funcname)) | |||
|
447 | ) | |||
445 | self.markforrefresh() |
|
448 | self.markforrefresh() | |
446 | i += 1 |
|
449 | i += 1 | |
447 | try: |
|
450 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now