[or-cvs] r17099: {updater} Fix another syntax error (updater/trunk/lib/thandy)
nickm at seul.org
nickm at seul.org
Tue Oct 14 20:19:15 UTC 2008
Author: nickm
Date: 2008-10-14 16:19:15 -0400 (Tue, 14 Oct 2008)
New Revision: 17099
Modified:
updater/trunk/lib/thandy/formats.py
Log:
Fix another syntax error
Modified: updater/trunk/lib/thandy/formats.py
===================================================================
--- updater/trunk/lib/thandy/formats.py 2008-10-14 20:05:35 UTC (rev 17098)
+++ updater/trunk/lib/thandy/formats.py 2008-10-14 20:19:15 UTC (rev 17099)
@@ -670,11 +670,7 @@
p['path'] = pkginfo['location']
if p['version'] == None:
p['version'] = pkginfo['version']
- if p['
- except KeyError:
- raise thandy.FormatException("No such package as %s"%p['path'])
-
BUNDLE_SCHEMA.checkMatch(result)
return result
More information about the tor-commits
mailing list