]> git.decadent.org.uk Git - dak.git/commit
dak/process_upload.py: convert exception to string
authorAnsgar Burchardt <ansgar@debian.org>
Wed, 15 Aug 2012 19:57:56 +0000 (21:57 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Wed, 15 Aug 2012 19:57:56 +0000 (21:57 +0200)
commite69060c1cca5a08ee5ae4ad7232a9eb51d3d09c5
tree0e2c35edec2073b4a9ef5aece1d13de2646bc04c
parentee2ca7524ae00bfa5479f59a5caf568f797c4fc1
dak/process_upload.py: convert exception to string

This fixes a type error when the code uses "+" to concat strings which
we reach when we throw an exception in the exception handling code.
dak/process_upload.py