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

Proposed by Daniel Holbach
Status: Superseded
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
harvest-dev Pending
Review via email: mp+90480@code.launchpad.net

This proposal has been superseded by a proposal from 2012-01-31.

To post a comment you must log in.
lp:~dholbach/harvest/922569 updated
325. By Daniel Holbach

always unicode-ify

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'harvest/opportunities/management/commands/updateopportunities.py'
--- harvest/opportunities/management/commands/updateopportunities.py 2012-01-18 12:55:29 +0000
+++ harvest/opportunities/management/commands/updateopportunities.py 2012-01-31 17:19:23 +0000
@@ -36,7 +36,7 @@
36 experience=op_list.experience)36 experience=op_list.experience)
37 opportunity.last_updated = op_list.last_updated37 opportunity.last_updated = op_list.last_updated
38 if entry.has_key("description"):38 if entry.has_key("description"):
39 opportunity.long_description = str(entry["description"])39 opportunity.long_description = unicode(entry["description"])
40 if entry.has_key("severity"):40 if entry.has_key("severity"):
41 opportunity.severity = entry["severity"]41 opportunity.severity = entry["severity"]
42 opportunity.valid = True42 opportunity.valid = True

Subscribers

People subscribed via source and target branches

to all changes: