Mercurial > dottes
changeset 1083:b66bc498220d
Switch to running abc2xml with python3.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Fri, 18 Nov 2022 19:27:37 +0000 |
parents | 07459778c13c |
children | b1dbb76f4eb9 |
files | makeWeb.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/makeWeb.sh Tue Nov 15 23:50:14 2022 +0000 +++ b/makeWeb.sh Fri Nov 18 19:27:37 2022 +0000 @@ -93,7 +93,7 @@ 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`