]> git.phdru.name Git - bookmarks_db.git/commitdiff
Put content type in apostrophes.
authorOleg Broytman <phd@phdru.name>
Fri, 28 Dec 2007 14:40:28 +0000 (14:40 +0000)
committerOleg Broytman <phd@phdru.name>
Fri, 28 Dec 2007 14:40:28 +0000 (14:40 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@139 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

Robots/bkmk_rsimple.py

index c78a38be947572251a38482928b4cedd3caa066f..c3311bc475c203c38de354fffb657a324175ef55 100644 (file)
@@ -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: