Commit 37c4f95e authored by Leo Iannacone's avatar Leo Iannacone

write package json sorting keys

parent 6b7d7b02
...@@ -116,7 +116,7 @@ class DebomaticModule_JSONLogger: ...@@ -116,7 +116,7 @@ class DebomaticModule_JSONLogger:
info[key] = status[key] info[key] = status[key]
with open(package_json, 'w') as infofd: with open(package_json, 'w') as infofd:
json = toJSON(info, indent=4) json = toJSON(info, indent=4, sort_keys=True)
infofd.write(json + '\n') infofd.write(json + '\n')
def pre_chroot(self, args): def pre_chroot(self, args):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment