X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fchecks.py;h=2a7e3e10054b4ee946e6f1f24a8508e4199b677b;hb=321e814e04b7e01820120fd888e55975dafc240a;hp=d148d15bdd9f7d0959cae33e7163ac620e84e6ec;hpb=7c73ca0018de48b6366b0e26c37439f20ff4b2d5;p=dak.git diff --git a/daklib/checks.py b/daklib/checks.py index d148d15b..2a7e3e10 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')