From: Reinhold Kainhofer Date: Tue, 8 Jun 2010 12:22:54 +0000 (+0200) Subject: MusicXML: Fix filename for pipe-through operation X-Git-Tag: release/2.13.24-1~27 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2efde08421d301341a8e1af6b6091be040b81be9;p=lilypond.git MusicXML: Fix filename for pipe-through operation --- diff --git a/scripts/musicxml2ly.py b/scripts/musicxml2ly.py index 6b8214fd96..88058b17d0 100644 --- a/scripts/musicxml2ly.py +++ b/scripts/musicxml2ly.py @@ -3007,7 +3007,7 @@ def main (): # Allow the user to leave out the .xml or xml on the filename basefilename = args[0].decode('utf-8') if basefilename == "-": # Read from stdin - basefilename = "-" + filename = "-" else: filename = get_existing_filename_with_extension (basefilename, "xml") if not filename: