]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/lys-to-tely.py
Typo.
[lilypond.git] / buildscripts / lys-to-tely.py
index 236aacb920130babef18b9ac09d0ad2c38b0ca37..dfaf671bedf13420223361f2aa33944af307e5e8 100644 (file)
@@ -84,7 +84,7 @@ def shorten_file_name (n):
     # ugh, regtests file names appear as full paths in GUB builds
     # we try to do something here
     b = os.path.basename (n)
-    if os path.exists (b):
+    if os.path.exists (b):
         return b
     return n