X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fmake_changelog.py;h=8fa172f63299b8ecdb6d7bfdb26e228e5531ca12;hb=310e68d162db3006294b9df3d4d715bb9ceac822;hp=c9dfa7249439edf042d856514dfb1d6efab3367d;hpb=2a76a705c2236604e703884c6420b57efa60a9c9;p=dak.git diff --git a/dak/make_changelog.py b/dak/make_changelog.py index c9dfa724..8fa172f6 100755 --- a/dak/make_changelog.py +++ b/dak/make_changelog.py @@ -267,8 +267,8 @@ def main(): if export: if cnf.exportpath: - cnf.exportpath = os.path.join(Cnf['Dir::Export'], cnf.exportpath) - export_files(session, Cnf['Dir::Pool'], cnf.exportpath, Cnf['Dir::TempPath']) + exportpath = os.path.join(Cnf['Dir::Export'], cnf.exportpath) + export_files(session, Cnf['Dir::Pool'], exportpath, Cnf['Dir::TempPath']) else: utils.fubar('No changelog export path defined') elif binnmu: