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

[lintian] 01/01: c/r-lintian-harness: Add missing assignment



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit ba4969e690ac2ad11cb2109ca9818064a6569223
Author: Niels Thykier <niels@thykier.net>
Date:   Mon Feb 5 17:56:27 2018 +0000

    c/r-lintian-harness: Add missing assignment
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 commands/reporting-lintian-harness.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/commands/reporting-lintian-harness.pm b/commands/reporting-lintian-harness.pm
index b7aa42a..4d22492 100644
--- a/commands/reporting-lintian-harness.pm
+++ b/commands/reporting-lintian-harness.pm
@@ -421,6 +421,7 @@ sub process_worklist {
             # In theory, they can disappear - in practise, that requires
             # an external call to (e.g.) dplint reporting-sync-state.
             next if not exists($state->{'groups'}{$group_id});
+            $group_data = $state->{'groups'}{$group_id};
             if ($errors{$group_id}) {
                 ++$group_data->{'processing-errors'};
                 # Set the "last-processed-by" flag so we can clear the

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: