diff --git a/libbmc/config.py b/libbmc/config.py index 191307b..0920213 100644 --- a/libbmc/config.py +++ b/libbmc/config.py @@ -88,6 +88,7 @@ class Config(): try: with open(self.config_path + "bmc.json", 'w') as fh: fh.write(json.dumps(self.config, + sort_keys=True indent=4, separators=(',', ': '))) except IOError: