changeset 1135:e455d91f6259

Variable 'body' was missing in patchbomb script.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 28 Aug 2005 18:52:55 +0200
parents 2cd33ea2f66b
children d451888505d7
files contrib/patchbomb
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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]