From: fred Date: Sun, 24 Mar 2002 20:10:03 +0000 (+0000) Subject: lilypond-0.1.60 X-Git-Tag: release/1.5.59~3190 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f333671ad63b3ebdcbd19c39293149a7ab528722;p=lilypond.git lilypond-0.1.60 --- 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];