From ede523aa301616c87f5ca13e9adab3a5ab4a91cc Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Sun, 12 Aug 2012 12:29:35 +0200 Subject: [PATCH] daklib/checks.py: set control variable --- daklib/checks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daklib/checks.py b/daklib/checks.py index 6091bc73..63b56da6 100644 --- a/daklib/checks.py +++ b/daklib/checks.py @@ -471,6 +471,7 @@ class TransitionCheck(Check): if transitions is None: return True + control = upload.changes.changes source = re_field_source.match(control['Source']).group('package') for trans in transitions: -- 2.39.2