Skip to content

Commit

Permalink
update Percentage python name
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Dec 14, 2023
1 parent 2dbd2f4 commit 3c7b215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/python/python_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const static std::array<QString, 14> 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";
Expand Down

0 comments on commit 3c7b215

Please sign in to comment.