[cpif] r178 - trunk/frontend-web

svn at argo.es svn at argo.es
Thu Jun 21 23:14:13 CEST 2007


Author: jcea
Date: Thu Jun 21 23:14:12 2007
New Revision: 178

Log:
Problemas cuando creamos un storage nuevo

Modified:
   trunk/frontend-web/url_indice.py

Modified: trunk/frontend-web/url_indice.py
==============================================================================
--- trunk/frontend-web/url_indice.py	(original)
+++ trunk/frontend-web/url_indice.py	Thu Jun 21 23:14:12 2007
@@ -93,7 +93,9 @@
   fecha_min=time.time()
   root=conn.get_root()
   for metatag in root["metatags"]["metatags"].itervalues() :
-    fecha_min=min(fecha_min,metatag["TS2hilo"].get_min_item()[0])
+    mt=metatag["TS2hilo"]
+    if not mt :
+      fecha_min=min(fecha_min,mt.get_min_item()[0])
 
   fecha_min=datetime.date.fromtimestamp(fecha_min)
 



More information about the cpif mailing list