mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Merge branch 'd01phin-bug/426/config-file-pretty-formatting'
This commit is contained in:
commit
ed008b76a2
@ -209,7 +209,7 @@ def write_config(config, filename=None):
|
||||
filename = CONFIG_DEFAULT_PATH
|
||||
|
||||
with open(filename, 'w') as f:
|
||||
json.dump(config, f)
|
||||
json.dump(config, f, indent=4)
|
||||
|
||||
|
||||
def autoconfigure(filename=None, config=None, force=False):
|
||||
|
Loading…
x
Reference in New Issue
Block a user