Index: annotated_gclient.py |
diff --git a/annotated_gclient.py b/annotated_gclient.py |
index 1ed0f719a7f3bf5e05e82fe8a6ad2f56d8b129af..61e0b5d30ea2c0a0a9750bb9910b727dbf42f1dc 100755 |
--- a/annotated_gclient.py |
+++ b/annotated_gclient.py |
@@ -51,7 +51,7 @@ def parse_got_revision(filename, revision_mapping): |
def emit_buildprops(got_revisions): |
for prop, revision in got_revisions.iteritems(): |
- print '@@@SET_BUILD_PROPERTY@%s@%s@@@' % (prop, revision) |
+ print '@@@SET_BUILD_PROPERTY@%s@%s@@@' % (prop, json.dumps(revision)) |
def main(): |