~ev/apport/grouped_reports

« back to all changes in this revision

Viewing changes to apport/crashdb_impl/debian.py

  • Committer: Evan Dandrea
  • Date: 2013-04-27 08:50:13 UTC
  • mfrom: (2576.1.51 apport.trunk)
  • Revision ID: evan.dandrea@canonical.com-20130427085013-xsyhyjip19yxswcz
Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
 
89
89
        temp.file.seek(0)
90
90
 
91
 
        msg = MIMEText(temp.file.read())
 
91
        msg = MIMEText(temp.file.read().decode('UTF-8'))
92
92
        msg['Subject'] = report['Title']
93
93
        msg['From'] = self.options['sender']
94
94
        msg['To'] = self.options['recipient']