--- a/contrib/patchbomb Sun Aug 28 18:30:40 2005 +0200+++ b/contrib/patchbomb Sun Aug 28 18:52:55 2005 +0200@@ -107,6 +107,7 @@ def makepatch(patch, idx, total): desc = [] node = None+ body = '' for line in patch: if line.startswith('#'): if line.startswith('# Node ID'): node = line.split()[-1]