From 87d16bbe62d98e965b2d5e3b931bad082636feaf Mon Sep 17 00:00:00 2001 From: Mark Shoulson Date: Sun, 19 Feb 2017 19:35:55 -0500 Subject: Properly merge modletters in: use M_, improve emojitrans2.pl Fix arguable bug in treeprint.py --- treeprint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'treeprint.py') 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: -- cgit v1.2.3