X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Futils.py;h=38a987faf701f7e73d0f5a905e915b5f7858c9c8;hb=e13fd3c48245d48b0335649d294aacaee666bab5;hp=9afd420e8d154f4824440c7c304812dadc0a68fa;hpb=dd06e01b323a8d5bd6130d80cb418647c856fa5a;p=dak.git diff --git a/daklib/utils.py b/daklib/utils.py index 9afd420e..38a987fa 100755 --- a/daklib/utils.py +++ b/daklib/utils.py @@ -765,7 +765,7 @@ def which_conf_file (): homedir = os.getenv("HOME") confpath = os.path.join(homedir, "/etc/dak.conf") if os.path.exists(confpath): - apt_pkg.ReadConfigFileISC(Cnf,default_config) + apt_pkg.ReadConfigFileISC(Cnf,confpath) # We are still in here, so there is no local config file or we do # not allow local files. Do the normal stuff.