Codebase list s3cmd / 81be839
Fixes #1006 - missing return in previous commit 222af5d8ce90bbb2f7784360c019f5a6af2ef8bd Florent Viard 5 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
307307 path = "/" + path
308308 appendXmlTextNode("Path", urlencode_string(path), tree)
309309 appendXmlTextNode("CallerReference", self.reference, tree)
310 return tree
310311
311312 def __unicode__(self):
312313 return decode_from_s3(ET.tostring(self.get_printable_tree()))