straw-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Straw-devel] Fear my Python Hacking!


From: Ryan P Skadberg
Subject: [Straw-devel] Fear my Python Hacking!
Date: Thu, 30 Oct 2003 18:36:55 -0500

Patch for 6247:

diff -ru straw/src/lib/SummaryParser.py strawX/src/lib/SummaryParser.py
--- straw/src/lib/SummaryParser.py      2003-10-30 10:55:09.000000000 -0500
+++ strawX/src/lib/SummaryParser.py     2003-10-30 18:35:24.000000000 -0500
@@ -165,7 +165,7 @@
                         item.add_image(i)
                     item.description = idh.get_data()
                 except Exception, ex:
-                    error.log(_("Exception Occurred: %s") % ex)
+                    error.log(_("Exception Occurred: %s in feed %s") % (ex, 
item.feed))
                     item.feed.error = _("Error parsing item %s: %s") % 
(item.title, ex)
  
             if idict.has_key('license'):

-- 
-----------------------------------------------------------------------
 Ryan P Skadberg                          E: address@hidden
 The Stigmata Organization                U: http://www.stigmata.org/
-----------------------------------------------------------------------
  GPG fingerprint = 0B97 F771 E7D2 69B2 FF5C  5693 4E25 7E77 DEF0 CA4B
-----------------------------------------------------------------------

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]