X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcontrol_suite.py;h=57e43da6ac0b77418c8b4745d4c900ef9c4c8728;hb=27e00376e81d1c37ff327ee0d39670b266418869;hp=6dd79b8fd258f113b3bcb90a9cea53984001f0f5;hpb=615a9c912b5c1fc734e3d6469ae9a28bc3f22116;p=dak.git diff --git a/dak/control_suite.py b/dak/control_suite.py index 6dd79b8f..57e43da6 100755 --- a/dak/control_suite.py +++ b/dak/control_suite.py @@ -396,7 +396,7 @@ def main (): try: file_list = apt_pkg.ParseCommandLine(cnf.Cnf, Arguments, sys.argv); - except SystemError, e: + except SystemError as e: print "%s\n" % e usage(1) Options = cnf.SubTree("Control-Suite::Options")