Merge "Perform sort when creating hostnames_ip file"
This commit is contained in:
commit
62781158db
@ -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
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user