X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fchanges.py;h=90ce2311c17b8e8cea778b38820862fe0b1527e5;hb=a1e2a8958a1e3f2ed343396a53a8b6bd27262a6e;hp=2413bf4c5da4a251ca6ba7e7e85f6c58d71c16be;hpb=c167da7716976d943d9eece5aca235931b043cb4;p=dak.git diff --git a/daklib/changes.py b/daklib/changes.py index 2413bf4c..90ce2311 100755 --- a/daklib/changes.py +++ b/daklib/changes.py @@ -215,7 +215,7 @@ class Changes(object): distribution, urgency, maintainer, fingerprint, changedby, date) VALUES (:changesfile,:filetime,:source,:binary, :architecture, :version,:distribution,:urgency,:maintainer,:fingerprint,:changedby,:date)""", - { 'changesfile':changesfile, + { 'changesfile':self.changes_file, 'filetime':filetime, 'source':self.changes["source"], 'binary':self.changes["binary"],