From: Mark Hymers Date: Tue, 27 Oct 2009 15:33:09 +0000 (+0000) Subject: we're already in the changes object X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=71aeeef1bfbf9ec6c2b42f755e43bbc2f6814403;p=dak.git we're already in the changes object Signed-off-by: Mark Hymers --- diff --git a/daklib/changes.py b/daklib/changes.py index 6c0be147..ff232224 100755 --- a/daklib/changes.py +++ b/daklib/changes.py @@ -192,7 +192,7 @@ class Changes(object): next_obj = p.load() if isinstance(next_obj, dict): - self.pkg.orig_files.update(next_obj) + self.orig_files.update(next_obj) else: # Auto-convert old dak files to new format supporting # multiple tarballs