From f7e98ea49858cc03e3329d81c77f5be8f50cfaf7 Mon Sep 17 00:00:00 2001 From: Ahmed Aeon Axan Date: Sun, 14 Apr 2013 00:57:59 +0530 Subject: [PATCH] fixed typo The previous code was most probably a typo if i think. --- bin/autojump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/autojump b/bin/autojump index aec04c5..15c26b9 100755 --- a/bin/autojump +++ b/bin/autojump @@ -193,7 +193,7 @@ class Database: for path, weight in sorted(self.data.items(), key=itemgetter(1), reverse=True): - temp.write((unico("%s\t%s\n")%(weight, path)).encode("utf-8")) + temp.write((unico("%s\t%s\n" % (weight, path)).encode("utf-8"))) # catching disk errors and skipping save when file handle can't # be closed.