##// END OF EJS Templates
tags: use try/except/finally
Matt Mackall -
r25087:559f24e3 default
parent child Browse files
Show More
@@ -509,7 +509,6 b' class hgtagsfnodescache(object):'
509 return
509 return
510
510
511 try:
511 try:
512 try:
513 f = repo.vfs.open(_fnodescachefile, 'ab')
512 f = repo.vfs.open(_fnodescachefile, 'ab')
514 try:
513 try:
515 # if the file has been truncated
514 # if the file has been truncated
General Comments 0
You need to be logged in to leave comments. Login now