diff addDriToIndexMeta.py @ 11:fad73212354b

wsgi addedx
author dwinter
date Mon, 05 Nov 2012 09:29:21 +0100
parents 1b2d74f94ca8
children f748e2b684c9
line wrap: on
line diff
--- a/addDriToIndexMeta.py	Fri Nov 02 15:39:56 2012 +0100
+++ b/addDriToIndexMeta.py	Mon Nov 05 09:29:21 2012 +0100
@@ -54,7 +54,7 @@
     
     
         for name in files:
-            if name.endswith(".meta"):
+            if name=="index.meta":
                 fl=join(root, name)
                 shortPath=re.sub("^"+delpath,replacepath,fl)
                 purl=md.getPurl(shortPath)