From: Luca Falavigna Date: Sun, 3 Oct 2010 15:04:08 +0000 (+0000) Subject: Join cnf.exportpath into a temp variable X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=a10470111eb91c668367cd4f872c358a91249aa2;p=dak.git Join cnf.exportpath into a temp variable Signed-off-by: Luca Falavigna --- 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: