##// END OF EJS Templates
branchcache: simplify a long line...
marmoute -
r52355:de1bc7db default
parent child Browse files
Show More
@@ -496,13 +496,11 b' class branchcache(_BaseBranchCache):'
496 except Exception as inst:
496 except Exception as inst:
497 if repo.ui.debugflag:
497 if repo.ui.debugflag:
498 msg = b'invalid %s: %s\n'
498 msg = b'invalid %s: %s\n'
499 repo.ui.debug(
499 msg %= (
500 msg
500 _branchcachedesc(repo),
501 % (
501 stringutil.forcebytestr(inst),
502 _branchcachedesc(repo),
503 stringutil.forcebytestr(inst),
504 )
505 )
502 )
503 repo.ui.debug(msg)
506 bcache = None
504 bcache = None
507
505
508 finally:
506 finally:
General Comments 0
You need to be logged in to leave comments. Login now