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…
Reference in New Issue