forked from CryHavoc/dottes
Switch to running abc2xml with python3.
This commit is contained in:
parent
f69ee3616c
commit
c325095406
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue