Merge pull request #4 from jmdejong/patch-1
declare indentation when writing .bbjrc
This commit is contained in:
commit
0ff3ae109f
@ -2018,7 +2018,7 @@ def bbjrc(mode, **params):
|
|||||||
values.update(params)
|
values.update(params)
|
||||||
# we always write
|
# we always write
|
||||||
with open(rcpath, "w") as _out:
|
with open(rcpath, "w") as _out:
|
||||||
json.dump(values, _out)
|
json.dump(values, _out, indent=2)
|
||||||
|
|
||||||
return values
|
return values
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user