##// END OF EJS Templates
store: error out if fncache does not ends with a newline...
Pulkit Goyal -
r42147:a920a9e1 default
parent child Browse files
Show More
@@ -481,6 +481,8 b' class fncache(object):'
481 # chunksize, so let's keep iterating
481 # chunksize, so let's keep iterating
482 pass
482 pass
483
483
484 if chunk:
485 raise error.Abort(_("fncache does not ends with a newline"))
484 self._checkentries(fp)
486 self._checkentries(fp)
485 fp.close()
487 fp.close()
486
488
General Comments 0
You need to be logged in to leave comments. Login now