Merge lp:~brian-murray/aptdaemon/traceback-rename into lp:aptdaemon

Proposed by Brian Murray
Status: Merged
Merged at revision: 660
Proposed branch: lp:~brian-murray/aptdaemon/traceback-rename
Merge into: lp:aptdaemon
Diff against target: 12 lines (+1/-1)
1 file modified
aptdaemon/crash.py (+1/-1)
To merge this branch: bzr merge lp:~brian-murray/aptdaemon/traceback-rename
Reviewer Review Type Date Requested Status
Aptdaemon Developers Pending
Review via email: mp+62561@code.launchpad.net

Description of the change

When a python application crashes apport names the attachment 'Traceback.txt'. The existing code in aptdaemon names it 'TraceBack.txt', while this may not seem like much of a difference most people would expect the attachments to be named the same. So any tools doing automated processing and looking for 'Traceback.txt' wouldn't work with aptdaemon.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'aptdaemon/crash.py'
--- aptdaemon/crash.py 2011-01-25 04:46:52 +0000
+++ aptdaemon/crash.py 2011-05-26 20:38:28 +0000
@@ -43,7 +43,7 @@
43 report["Title"] = error43 report["Title"] = error
44 report["Package"] = "aptdaemon"44 report["Package"] = "aptdaemon"
45 report["SourcePackage"] = "aptdaemon"45 report["SourcePackage"] = "aptdaemon"
46 report["TraceBack"] = traceback46 report["Traceback"] = traceback
47 report["DesktopFile"] = "/usr/share/aptdaemon/aptdaemon.desktop"47 report["DesktopFile"] = "/usr/share/aptdaemon/aptdaemon.desktop"
48 report["ExecutablePath"] = "/usr/sbin/aptd"48 report["ExecutablePath"] = "/usr/sbin/aptd"
49 report.add_os_info()49 report.add_os_info()

Subscribers

People subscribed via source and target branches

to status/vote changes: