# HG changeset patch # User Nicholas Jillings # Date 1498474543 -3600 # Node ID 740f273226c33214ef1164b24f20c9ccd1ae1197 # Parent 2f8c91fa32e83492feb21c17c1427d40dde40e0a# Parent 151ae5a4b9797e1d6cf8b1b52808842655290c8b Merge branch 'hot_fix' diff -r 2f8c91fa32e8 -r 740f273226c3 python/score_parser.py --- a/python/score_parser.py Tue May 16 22:45:02 2017 +0200 +++ b/python/score_parser.py Mon Jun 26 11:55:43 2017 +0100 @@ -85,7 +85,7 @@ audioElement = page.find("./audioelement/[@ref='"+ fragmentname+ "']") # Get the element for value in audioElement.findall('./value'): axisName = value.get('interface-name') - if axisName == None: + if axisName == None or axisName == "null": axisName = 'default' axisStore = storage[page_name]['axis'][axisName] if hasattr(value, 'text'):