diff options
author | user <user@debian> | 2017-02-20 18:30:47 -0300 |
---|---|---|
committer | user <user@debian> | 2017-02-20 18:30:47 -0300 |
commit | 827f9ef0ac4570a384c6eae2f01c910a1f8c7026 (patch) | |
tree | bf06849acb549f8e47ea1d4803bbe438a8518c53 /treeprint.py | |
parent | Fix spelling in comment (diff) | |
parent | Merge branch 'master' of github.com:kragen/xcompose (diff) | |
download | dotXCompose-827f9ef0ac4570a384c6eae2f01c910a1f8c7026.tar.gz dotXCompose-827f9ef0ac4570a384c6eae2f01c910a1f8c7026.tar.bz2 dotXCompose-827f9ef0ac4570a384c6eae2f01c910a1f8c7026.zip |
Merge branch 'master' of github.com:kragen/xcompose
Diffstat (limited to 'treeprint.py')
-rwxr-xr-x | treeprint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/treeprint.py b/treeprint.py index adaaf1e..bba74a3 100755 --- a/treeprint.py +++ b/treeprint.py @@ -48,7 +48,7 @@ def showdict(data, indent): print "" showdict(value, abs(indent)+4), else: - showdict(value, -abs(indent+4)), + showdict(value, -(abs(indent)+4)), else: print " "+value.encode('utf-8'), if "-n" in sys.argv: |