Merge branch 'master' into mail

This commit is contained in:
debugtalk
2017-08-03 14:12:41 +08:00
2 changed files with 14 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ def parse_variables(content, variable_mapping):
# content contains one or many variables
content = content.replace(
"${}".format(variable_name),
str(variable_value)
str(variable_value), 1
)
return content