]> arthur.barton.de Git - bup.git/commit
ShaBloom.init(): initialize members before the assert().
authorAvery Pennarun <apenwarr@gmail.com>
Mon, 7 Feb 2011 09:25:32 +0000 (01:25 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Mon, 7 Feb 2011 09:31:50 +0000 (01:31 -0800)
commit10a376d23981f27f94c63d2fa82d9f4a2b656f99
tree5bc0a186778f594fbc549076d66957bd12a96661
parent87a715aa531fa17fa12148b7b2c837c8fc874e2f
ShaBloom.init(): initialize members before the assert().

Otherwise __del__() throws an exception if the assert triggers, thus hiding
the original problem.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
lib/bup/git.py