r1813@llin: dpavlin | 2009-04-25 11:28:36 +0200
[webpac2] / run.pl
diff --git a/run.pl b/run.pl
index 7aa499c..01d3e77 100755 (executable)
--- a/run.pl
+++ b/run.pl
@@ -668,7 +668,7 @@ foreach my $database ( sort keys %{ $config->databases } ) {
                close($report_fh) if ($report_fh);
        }
 
-       eval { $indexer->finish } if ($indexer && $indexer->can('finish'));
+       $indexer->finish if $indexer && $indexer->can('finish');
 
        foreach my $out ( @output_modules ) {
                $out->finish if $out->can('finish');