From 3c7b215ff3e016dbbc0517497c0f696177e0be1f Mon Sep 17 00:00:00 2001 From: Alessandro Muntoni Date: Thu, 14 Dec 2023 10:44:58 +0100 Subject: [PATCH] update Percentage python name --- src/common/python/python_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/python/python_utils.h b/src/common/python/python_utils.h index 7344b88dbe..bbf1258bdb 100644 --- a/src/common/python/python_utils.h +++ b/src/common/python/python_utils.h @@ -67,7 +67,7 @@ const static std::array saveCapabilitiesStrings = { }; const char PYTHON_TYPE_ENUM[] = "str"; -const char PYTHON_TYPE_ABSPERC[] = "Percentage"; +const char PYTHON_TYPE_ABSPERC[] = "PercentageValue"; const char PYTHON_TYPE_DYNAMIC_FLOAT[] = "float (bounded)"; const char PYTHON_TYPE_BOOL[] = "bool"; const char PYTHON_TYPE_INT[] = "int";