From f333671ad63b3ebdcbd19c39293149a7ab528722 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:10:03 +0000 Subject: [PATCH] lilypond-0.1.60 --- bin/mf-to-table.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/mf-to-table.py b/bin/mf-to-table.py index e3827346ca..4c6e542890 100644 --- a/bin/mf-to-table.py +++ b/bin/mf-to-table.py @@ -27,8 +27,6 @@ except KeyError: except KeyError: print 'Please set LILYPOND_SOURCEDIR to the toplevel source, eg LILYPOND_SOURCEDIR=/home/foobar/lilypond-1.2.3/' - sys.exit(1) - lilypath = lilypath + '/bin/' sys.path.append(lilypath) @@ -178,7 +176,6 @@ class Log_reader: raise 'unknown label: ' + label def writedeps (self, deps): - filename = deps[0] split = os.path.splitext(filename) basename=split[0]; -- 2.39.5