(fix/Conditions) ProgressSource condition formatter
Removes an extra argument from the string.format call in formatValueForAssignment
This commit is contained in:
parent
2a10494603
commit
01c878e33f
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ local function formatValueForAssignment(vType, value, pathToCustomFunction, path
|
|||
)
|
||||
return serialized
|
||||
else
|
||||
local serialized = string.format("{%s, %s, %s, %s, %s, %s, %s, %s}",
|
||||
local serialized = string.format("{%s, %s, %s, %s, %s, %s, %s}",
|
||||
trigger,
|
||||
Private.QuotedString(progressType),
|
||||
Private.QuotedString(property or "nil"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue