]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/mutopia-index.py
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / buildscripts / mutopia-index.py
index c0d4e1fd25cfd2a4e4dc1c7472f7c8ca00e7540b..50e4ebbf29b5b9355694937acbf228dde47fdd1e 100644 (file)
@@ -190,7 +190,7 @@ for d in dirs:
     allfiles += find ('*.ly', d)
 
 allfiles = [f for f in allfiles
-            if not x.endswith ('snippet-map.ly')
+            if not f.endswith ('snippet-map.ly')
             and not re.search ('lily-[0-9a-f]+', f)
             and 'musicxml' not in f]