X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcontrol_suite.py;h=ed4f6b1ace28e3dcb255cbfe9a48d3c17b1409f7;hb=d7c62d1659a2078584a1158466d4abe13c1f4ff3;hp=740b88365d6b630580f6c0904f6560b52c7a0139;hpb=69167758e09879343fa15a678af5f1a483c1fc96;p=dak.git diff --git a/dak/control_suite.py b/dak/control_suite.py index 740b8836..ed4f6b1a 100755 --- a/dak/control_suite.py +++ b/dak/control_suite.py @@ -424,7 +424,7 @@ def main (): if action == "list": get_list(suite, session) else: - Logger = daklog.Logger(cnf.Cnf, "control-suite") + Logger = daklog.Logger("control-suite") if file_list: for f in file_list: process_file(utils.open_file(f), suite, action, session, britney, force)