From 3e6d5f490fcd68d91d3cba8b08ce3e808769f422 Mon Sep 17 00:00:00 2001 From: Phyks Date: Wed, 5 Nov 2014 14:46:39 +0100 Subject: [PATCH] Forgot a comma --- libbmc/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbmc/config.py b/libbmc/config.py index 0920213..c646762 100644 --- a/libbmc/config.py +++ b/libbmc/config.py @@ -88,7 +88,7 @@ class Config(): try: with open(self.config_path + "bmc.json", 'w') as fh: fh.write(json.dumps(self.config, - sort_keys=True + sort_keys=True, indent=4, separators=(',', ': '))) except IOError: