From: Mark Hymers Date: Sun, 15 Nov 2009 18:46:51 +0000 (+0000) Subject: another typo fix X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=22414ad527e7a3b973b0ec9c03022720cf047141;p=dak.git another typo fix Signed-off-by: Mark Hymers --- diff --git a/daklib/changes.py b/daklib/changes.py index f3e55f5c..2b0327cd 100644 --- a/daklib/changes.py +++ b/daklib/changes.py @@ -205,7 +205,7 @@ class Changes(object): multivalues[key] = self.changes[key] chg = DBChange() - chg.changesfile = self.change_file + chg.changesfile = self.changes_file chg.seen = filetime chg.in_queue_id = in_queue chg.source = self.chagnes["source"]