Forgot a comma
This commit is contained in:
parent
2e6d9c0f79
commit
3e6d5f490f
@ -88,7 +88,7 @@ class Config():
|
|||||||
try:
|
try:
|
||||||
with open(self.config_path + "bmc.json", 'w') as fh:
|
with open(self.config_path + "bmc.json", 'w') as fh:
|
||||||
fh.write(json.dumps(self.config,
|
fh.write(json.dumps(self.config,
|
||||||
sort_keys=True
|
sort_keys=True,
|
||||||
indent=4,
|
indent=4,
|
||||||
separators=(',', ': ')))
|
separators=(',', ': ')))
|
||||||
except IOError:
|
except IOError:
|
||||||
|
Loading…
Reference in New Issue
Block a user