From a2e0c79134de4c2e664817abd01317f1e5083cd8 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Mon, 25 Feb 2008 19:23:15 -0800 Subject: [PATCH] Typo. --- buildscripts/lys-to-tely.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5