Merge lp:~dholbach/harvest/922569 into lp:harvest

Proposed by Daniel Holbach
Status: Merged
Approved by: James Westby
Approved revision: 325
Merged at revision: 325
Proposed branch: lp:~dholbach/harvest/922569
Merge into: lp:harvest
Diff against target: 12 lines (+1/-1)
1 file modified
harvest/opportunities/management/commands/updateopportunities.py (+1/-1)
To merge this branch: bzr merge lp:~dholbach/harvest/922569
Reviewer Review Type Date Requested Status
James Westby Approve
Review via email: mp+90909@code.launchpad.net

This proposal supersedes a proposal from 2012-01-27.

To post a comment you must log in.
Revision history for this message
James Westby (james-w) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'harvest/opportunities/management/commands/updateopportunities.py'
2--- harvest/opportunities/management/commands/updateopportunities.py 2012-01-18 12:55:29 +0000
3+++ harvest/opportunities/management/commands/updateopportunities.py 2012-01-31 17:21:19 +0000
4@@ -36,7 +36,7 @@
5 experience=op_list.experience)
6 opportunity.last_updated = op_list.last_updated
7 if entry.has_key("description"):
8- opportunity.long_description = str(entry["description"])
9+ opportunity.long_description = unicode(entry["description"])
10 if entry.has_key("severity"):
11 opportunity.severity = entry["severity"]
12 opportunity.valid = True

Subscribers

People subscribed via source and target branches

to all changes: