contrib/patchbomb
changeset 1135 e455d91f6259
parent 1118 63b5f68d8167
child 1136 d451888505d7
--- 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]