Merge "Perform sort when creating hostnames_ip file"

This commit is contained in:
Jenkins 2015-05-28 00:47:36 +00:00 committed by Gerrit Code Review
commit 62781158db

View File

@ -966,7 +966,8 @@ def main():
f.write( f.write(
json.dumps( json.dumps(
hostnames_ips, hostnames_ips,
indent=4 indent=4,
sort_keys=True
) )
) )