Merge lp:~gliptak/duplicity/415619 into lp:duplicity/0.6

Proposed by Gábor Lipták
Status: Merged
Merged at revision: 932
Proposed branch: lp:~gliptak/duplicity/415619
Merge into: lp:duplicity/0.6
Diff against target: 12 lines (+1/-1)
1 file modified
duplicity/tarfile.py (+1/-1)
To merge this branch: bzr merge lp:~gliptak/duplicity/415619
Reviewer Review Type Date Requested Status
duplicity-team Pending
Review via email: mp+189473@code.launchpad.net
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 'duplicity/tarfile.py'
2--- duplicity/tarfile.py 2012-11-09 03:21:40 +0000
3+++ duplicity/tarfile.py 2013-10-05 15:16:42 +0000
4@@ -2282,7 +2282,7 @@
5 if sys.platform != "os2emx":
6 os.chown(targetpath, u, g)
7 except EnvironmentError, e:
8- raise ExtractError("could not change owner")
9+ raise ExtractError("could not change owner to %d:%d" % (u, g))
10
11 def chmod(self, tarinfo, targetpath):
12 """Set file permissions of targetpath according to tarinfo.

Subscribers

People subscribed via source and target branches