"ValueError: unsupported format character 'p'" when sending branch mail
Bug #373037 reported by
Jonathan Lange
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Tim Penhey |
Bug Description
OOPS-1222BM23 was generated while sending branch mail. It comes from a malformed subject field in branch mail, but it's difficult to tell where the string itself is generated.
ValueError: unsupported format character 'p' (0x70) at index 66
Marking as High, since it's an OOPS.
Related branches
lp://qastaging/~thumper/launchpad/branch-email-subject-oops
- Jeroen T. Vermeulen (community): Approve (code)
-
Diff: 135 lines (+34/-24)3 files modifiedlib/lp/code/doc/branch-notifications.txt (+2/-2)
lib/lp/code/mail/branch.py (+14/-22)
lib/lp/code/mail/tests/test_branch.py (+18/-0)
description: | updated |
Changed in launchpad-code: | |
status: | Triaged → In Progress |
assignee: | nobody → Paul Hummer (rockstar) |
Changed in launchpad-code: | |
status: | In Progress → Fix Committed |
Changed in launchpad-code: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I have a fix, linking soon.