X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Futils.py;h=38a987faf701f7e73d0f5a905e915b5f7858c9c8;hb=0873d6309f8352ffd4331ec373b10dc737b4dfb3;hp=9afd420e8d154f4824440c7c304812dadc0a68fa;hpb=bc5df21e92f0791f1967d77b1baf66966c66f7cd;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.