From: Graham Percival Date: Tue, 26 Feb 2008 03:23:15 +0000 (-0800) Subject: Typo. X-Git-Tag: release/2.11.42-1~22 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a2e0c79134de4c2e664817abd01317f1e5083cd8;p=lilypond.git Typo. --- diff --git a/buildscripts/lys-to-tely.py b/buildscripts/lys-to-tely.py index 236aacb920..dfaf671bed 100644 --- a/buildscripts/lys-to-tely.py +++ b/buildscripts/lys-to-tely.py @@ -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