From 6ced52f2a51821cdcb79a11ccd8116a39464f4d0 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Mon, 5 Nov 2012 09:07:07 +0100 Subject: [PATCH] daklib/archive.py: use right name for .dsc dict --- daklib/archive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daklib/archive.py b/daklib/archive.py index 2c25e100..26acaf60 100644 --- a/daklib/archive.py +++ b/daklib/archive.py @@ -754,7 +754,7 @@ class ArchiveUpload(object): if self.changes.source is not None: override = self._source_override(suite, self.changes.source) if override is None: - self.warnings.append('source:{0} is NEW.'.format(self.changes.source.control['Source'])) + self.warnings.append('source:{0} is NEW.'.format(self.changes.source.dsc['Source'])) new = True # Check if we reference a file only in a tainted archive -- 2.39.2