Switch to running abc2xml with python3.

This commit is contained in:
Jim Hague 2022-11-18 19:27:37 +00:00
parent f69ee3616c
commit c325095406
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ do
cp $filename $tunewebdir cp $filename $tunewebdir
# Generate MusicXML into the web. # Generate MusicXML into the web.
python $abc2xml $filename > ${tunewebdir}/${name}.xml python3 $abc2xml $filename > ${tunewebdir}/${name}.xml
# Get date and time of last change to tune. # Get date and time of last change to tune.
lastchanged=`hg log --limit 1 --template "{date|shortdate}" $masterbookedir/${name}.abc` lastchanged=`hg log --limit 1 --template "{date|shortdate}" $masterbookedir/${name}.abc`