back to drawing board
This commit is contained in:
parent
e30acd9fe5
commit
8eacf7af97
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class ScriptUtils:
|
|||
if value is None:
|
||||
out = ""
|
||||
elif isinstance(value, str):
|
||||
out = f'{{%string("""{value}""")}}'
|
||||
out = value
|
||||
elif isinstance(value, bool):
|
||||
out = f"{{%bool({value})}}"
|
||||
elif isinstance(value, int):
|
||||
|
|
|
|||
Loading…
Reference in a new issue