Index: /tools/gformat.py
===================================================================
--- /tools/gformat.py	(revision 10048)
+++ /tools/gformat.py	(revision 10049)
@@ -442,5 +442,5 @@
   """ Get yaml value in right syntax for outputting """
   if isinstance(value,str):
-    output = "'%s'" % value
+    output = '"%s"' % value
   else:
     output = value
