diff --git a/python/cxx/schedule.cpp b/python/cxx/schedule.cpp index 80f714156..82e9ccb2e 100644 --- a/python/cxx/schedule.cpp +++ b/python/cxx/schedule.cpp @@ -77,7 +77,7 @@ namespace { { "resv_rate", prod_prop.ResVRate.get() }, { "bhp_target", prod_prop.BHPTarget.get() }, { "thp_target", prod_prop.THPTarget.get() }, - { "alq_value", prod_prop.ALQValue.get() } + { "alq_value", prod_prop.ALQValue.get() }, }; } else {