Switch to running abc2xml with python3.
This commit is contained in:
+1
-1
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user