On Wednesday 06 February 2013 12:00 AM, Dmitry Shachnev wrote:
> This patch *should* fix the bug:
>
> --- apport/crashdb_impl/debian.py 2013-01-04 10:39:47 +
> +++ apport/crashdb_impl/debian.py 2013-02-05 18:18:45 +
> @@ -88,7 +88,7 @@
>
> temp.file.seek(0)
>
> -
This patch *should* fix the bug:
--- apport/crashdb_impl/debian.py 2013-01-04 10:39:47 +
+++ apport/crashdb_impl/debian.py 2013-02-05 18:18:45 +
@@ -88,7 +88,7 @@
temp.file.seek(0)
-msg = MIMEText(temp.file.read())
+msg = MIMEText(temp.file.read().d
2 matches
Mail list logo