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

[dak/master] daklib/checks.py: Set "session" variable.



---
 daklib/checks.py |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/daklib/checks.py b/daklib/checks.py
index d148d15..2a7e3e1 100644
--- a/daklib/checks.py
+++ b/daklib/checks.py
@@ -551,6 +551,8 @@ class TransitionCheck(Check):
         if transitions is None:
             return True
 
+        session = upload.session
+
         control = upload.changes.changes
         source = re_field_source.match(control['Source']).group('package')
 
-- 
1.7.10.4


Reply to: