]> git.donarmstrong.com Git - lilypond.git/blobdiff - bin/mf-to-table.py
release: 0.1.60
[lilypond.git] / bin / mf-to-table.py
index e3827346ca02cd32288c2d43d9af3f08089f01a9..4c6e5428905ea771c05d02da73ecbcb82128f8ac 100755 (executable)
@@ -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];