X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fchecks.py;h=2a7e3e10054b4ee946e6f1f24a8508e4199b677b;hb=bdd3bf92a9dbccf8313b7f0bad97381f5f51a189;hp=d148d15bdd9f7d0959cae33e7163ac620e84e6ec;hpb=a30decdb682d9446e0141b231fd03cf365d74d52;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')