for walkup_support_type, comment in walkup_support_rbb:
walkup_support = {'type': walkup_support_type}
if comment is not None:
- walkup_support['comment']: comment
+ walkup_support['comment'] = comment
walkup_supports.append(walkup_support)
sledrun_json['walkup_supports'] = walkup_supports
_walkup_support()