From b563627820339ce1ca9ae30ad93046fcb9c5230b Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 28 Dec 2007 14:40:28 +0000 Subject: [PATCH] Put content type in apostrophes. git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@139 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23 --- Robots/bkmk_rsimple.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Robots/bkmk_rsimple.py b/Robots/bkmk_rsimple.py index c78a38b..c3311bc 100644 --- a/Robots/bkmk_rsimple.py +++ b/Robots/bkmk_rsimple.py @@ -205,7 +205,7 @@ class robot_simple(Robot): bookmark.icon = "data:%s;base64,%s" % (content_type, b64encode(icon)) if self.log: self.log(" got icon : %s" % content_type) else: - if self.log: self.log(" no icon : bad content type %s" % content_type) + if self.log: self.log(" no icon : bad content type '%s'" % content_type) os.remove(fname) except KeyError: -- 2.39.2