[or-cvs] r17329: {updater} what the heck kind of language doesn't have basic function c (updater/trunk/lib/thandy)

arma at seul.org arma at seul.org
Thu Nov 20 01:34:10 UTC 2008


Author: arma
Date: 2008-11-19 20:34:10 -0500 (Wed, 19 Nov 2008)
New Revision: 17329

Modified:
   updater/trunk/lib/thandy/repository.py
Log:
what the heck kind of language doesn't have basic function checking?


Modified: updater/trunk/lib/thandy/repository.py
===================================================================
--- updater/trunk/lib/thandy/repository.py	2008-11-20 01:17:08 UTC (rev 17328)
+++ updater/trunk/lib/thandy/repository.py	2008-11-20 01:34:10 UTC (rev 17329)
@@ -475,7 +475,7 @@
                     logging.info("No way to check whether a %s package is "
                                  "up-to-date." % package['format'])
                 else:
-                    handles = psys.packageHandlesFromJSon(package)
+                    handles = psys.packageHandlesFromJSON(package)
 
                     for h in handles:
                         allHandles[h.getRelativePath()] = h



More information about the tor-commits mailing list