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

[dak/master] daklib/checks.py: set control variable



---
 daklib/checks.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/daklib/checks.py b/daklib/checks.py
index 6091bc7..63b56da 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:
-- 
1.7.2.5


Reply to: