[Debian-l10n-commits] r1029 - /dl10n/trunk/lib/Debian/L10n/Spider.pm

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Wed May 28 20:05:15 UTC 2008


Author: nekral-guest
Date: Wed May 28 20:05:15 2008
New Revision: 1029

URL: http://svn.debian.org/wsvn/?sc=1&rev=1029
Log:
There is no need to continue parsing a message if it could not be
downloaded.

Modified:
    dl10n/trunk/lib/Debian/L10n/Spider.pm

Modified: dl10n/trunk/lib/Debian/L10n/Spider.pm
URL: http://svn.debian.org/wsvn/dl10n/trunk/lib/Debian/L10n/Spider.pm?rev=1029&op=diff
==============================================================================
--- dl10n/trunk/lib/Debian/L10n/Spider.pm (original)
+++ dl10n/trunk/lib/Debian/L10n/Spider.pm Wed May 28 20:05:15 2008
@@ -587,6 +587,7 @@
 				}
 
 				my $html = get_message($Language{$lang}, $year, $month, $message);
+				next unless defined $html;
 
 				my $header = get_header($html);
 




More information about the Debian-l10n-commits mailing list