diff --git a/makeWeb.sh b/makeWeb.sh index 9830b9c..e15dc70 100755 --- a/makeWeb.sh +++ b/makeWeb.sh @@ -93,7 +93,7 @@ do cp $filename $tunewebdir # 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. lastchanged=`hg log --limit 1 --template "{date|shortdate}" $masterbookedir/${name}.abc`