From ae465733f6feb2046c993e3ffd2c57249d0b9c26 Mon Sep 17 00:00:00 2001 From: oysteini Date: Sun, 6 Mar 2011 12:55:59 +0000 Subject: [PATCH] =?UTF-8?q?Fikset=20noen=20sm=C3=A5ting=20i=20show=5Fbook?= =?UTF-8?q?=5For=5Fperson.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/worblehat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/worblehat.py b/python/worblehat.py index 7e50856..e030a8e 100755 --- a/python/worblehat.py +++ b/python/worblehat.py @@ -18,7 +18,7 @@ def show_book_or_person(ids, commit_format=False, tmp_file=False): objects = map(get_book_or_person, ids) for i in range(len(ids)): if not objects[i]: - objects[i] = 'No book or person with id %s.' % id + objects[i] = 'No book or person with id %s.\n' % ids[i] elif commit_format: objects[i] = objects[i].to_dict() else: