Replace ' with " in rally/[objects,ui,verification]
Change-Id: Ia086ac725fd8ec3de7e40f0d53a346db3a69d5d9 Partial-Bug: 1405884
This commit is contained in:
@@ -38,4 +38,4 @@ def create_report(results):
|
||||
with open(template_path) as f:
|
||||
template = mako.template.Template(f.read(), strict_undefined=True)
|
||||
output = template.render(**template_kw)
|
||||
return output.encode('utf8')
|
||||
return output.encode("utf8")
|
||||
|
||||
Reference in New Issue
Block a user