##// END OF EJS Templates
transaction: trivial refactoring...
Valentin Gatien-Baron -
r48088:13dd5bb5 default
parent child Browse files
Show More
@@ -720,9 +720,8 b' def rollback(opener, vfsmap, file, repor'
720 720 entries = []
721 721 backupentries = []
722 722
723 fp = opener.open(file)
723 with opener.open(file) as fp:
724 724 lines = fp.readlines()
725 fp.close()
726 725 for l in lines:
727 726 try:
728 727 f, o = l.split(b'\0')
General Comments 0
You need to be logged in to leave comments. Login now