]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/mup2ly.py
*** empty log message ***
[lilypond.git] / scripts / mup2ly.py
index 98ba97c5892d72173b84ae235f522615112f4d0d..cb62a5faab14b6921edc69c26070c216d8be30e9 100644 (file)
@@ -1295,7 +1295,8 @@ for f in files:
                h = sys.stdin
        elif f and not os.path.isfile (f):
                f = strip_extension (f, '.mup') + '.mup'
-               h = open (f)
+               
+       h = open (f)
        progress ( _("Processing `%s'..." % f))
        raw_lines = h.readlines ()
        p = Pre_processor (raw_lines)