X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=blobdiff_plain;f=dak%2Fmake_changelog.py;h=ad6dbab1a80173857072918b0da7fd03fe6366a5;hp=ac5581d02be8ae43a3de98d4145a1ef1a49cb7f3;hb=27e00376e81d1c37ff327ee0d39670b266418869;hpb=e956742235d6272e38424dc0c89b883153e776b7 diff --git a/dak/make_changelog.py b/dak/make_changelog.py index ac5581d0..ad6dbab1 100755 --- a/dak/make_changelog.py +++ b/dak/make_changelog.py @@ -225,7 +225,7 @@ def export_files(session, pool, clpool): os.link(version, suite) stats['created'] += 1 unpacked.cleanup() - except Exception, e: + except Exception as e: print 'make-changelog: unable to unpack %s\n%s' % (p, e) stats['errors'] += 1