Merge lp:~cwilson/spud/spudset into lp:spud

Proposed by Cian Wilson
Status: Merged
Approved by: Patrick Farrell
Approved revision: 454
Merged at revision: 454
Proposed branch: lp:~cwilson/spud/spudset
Merge into: lp:spud
Diff against target: 9 lines (+1/-1)
1 file modified
bin/spud-set (+1/-1)
To merge this branch: bzr merge lp:~cwilson/spud/spudset
Reviewer Review Type Date Requested Status
Patrick Farrell Pending
Review via email: mp+71808@code.launchpad.net

Description of the change

Incredibly minor change but my files keep changing their encoding between opening in diamond and running through spud-set so I thought I'd fix it.

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 'bin/spud-set'
2--- bin/spud-set 2010-02-18 15:02:08 +0000
3+++ bin/spud-set 2011-08-17 03:40:15 +0000
4@@ -40,4 +40,4 @@
5 child.text = newval
6
7 newfile = open(sys.argv[1], "w")
8-tree.write(newfile, encoding="utf8", xml_declaration=True)
9+tree.write(newfile, encoding="utf-8", xml_declaration=True)

Subscribers

People subscribed via source and target branches