From 71aeeef1bfbf9ec6c2b42f755e43bbc2f6814403 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Tue, 27 Oct 2009 15:33:09 +0000 Subject: [PATCH] we're already in the changes object Signed-off-by: Mark Hymers --- daklib/changes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2