[or-cvs] r17331: {updater} actually look at the firmat line. (updater/trunk/lib/thandy)

nickm at seul.org nickm at seul.org
Thu Nov 20 01:38:23 UTC 2008


Author: nickm
Date: 2008-11-19 20:38:23 -0500 (Wed, 19 Nov 2008)
New Revision: 17331

Modified:
   updater/trunk/lib/thandy/formats.py
Log:
actually look at the firmat line.

Modified: updater/trunk/lib/thandy/formats.py
===================================================================
--- updater/trunk/lib/thandy/formats.py	2008-11-20 01:37:07 UTC (rev 17330)
+++ updater/trunk/lib/thandy/formats.py	2008-11-20 01:38:23 UTC (rev 17331)
@@ -644,6 +644,7 @@
                'longdesc' : longDescs
              }
 
+    format = r['format']
     if format == 'rpm':
         if not r.get('rpm_version'):
             raise thandy.FormatException("missing rpm_version value")



More information about the tor-commits mailing list