##// END OF EJS Templates
wireproto: return in finally was messing with the return inside the block
Benoit Boissinot -
r12701:cb9e1d1c default
parent child Browse files
Show More
@@ -310,7 +310,7 b' def unbundle(repo, proto, heads):'
310 sys.stderr.write("abort: %s\n" % inst)
310 sys.stderr.write("abort: %s\n" % inst)
311 finally:
311 finally:
312 lock.release()
312 lock.release()
313 return pushres(r)
313 return pushres(r)
314
314
315 finally:
315 finally:
316 fp.close()
316 fp.close()
General Comments 0
You need to be logged in to leave comments. Login now