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
1=== modified file 'aptdaemon/crash.py'
2--- aptdaemon/crash.py 2011-01-25 04:46:52 +0000
3+++ aptdaemon/crash.py 2011-05-26 20:38:28 +0000
4@@ -43,7 +43,7 @@
5 report["Title"] = error
6 report["Package"] = "aptdaemon"
7 report["SourcePackage"] = "aptdaemon"
8- report["TraceBack"] = traceback
9+ report["Traceback"] = traceback
10 report["DesktopFile"] = "/usr/share/aptdaemon/aptdaemon.desktop"
11 report["ExecutablePath"] = "/usr/sbin/aptd"
12 report.add_os_info()

Subscribers

People subscribed via source and target branches

to status/vote changes: