aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlake DeMarcy <desvox@users.noreply.github.com>2017-06-03 17:18:44 -0500
committerGitHub <noreply@github.com>2017-06-03 17:18:44 -0500
commit0ff3ae109f39e4a843682e44a3216b68f1c81d0e (patch)
tree2d4a3d0b1cb748ef76bc2cd455dc845fffde4546
parentb440bc41f9050db6ed375f290d18eb5137990dcf (diff)
parent97e67388cc65c349104171d582f3dbecb289459e (diff)
downloadbbj-0ff3ae109f39e4a843682e44a3216b68f1c81d0e.tar.gz
Merge pull request #4 from jmdejong/patch-1
declare indentation when writing .bbjrc
-rw-r--r--clients/urwid/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/urwid/main.py b/clients/urwid/main.py
index 8bf0305..613c8ad 100644
--- a/clients/urwid/main.py
+++ b/clients/urwid/main.py
@@ -2018,7 +2018,7 @@ def bbjrc(mode, **params):
values.update(params)
# we always write
with open(rcpath, "w") as _out:
- json.dump(values, _out)
+ json.dump(values, _out, indent=2)
return values
Un proyecto texto-plano.xyz