pyfilesystem icon indicating copy to clipboard operation
pyfilesystem copied to clipboard

s3fs.py L572 k.name -> key.name

Open GoogleCodeExporter opened this issue 10 years ago • 3 comments

Reporting typo

Original issue reported on code.google.com by [email protected] on 8 Jul 2014 at 6:54

GoogleCodeExporter avatar Apr 11 '15 10:04 GoogleCodeExporter

Hmm, seems like the _uns3key method used on that line is also missing, so 
there's no way of knowing (unless the original author chips in) *what* that 
line is supposed to be :-/

Original comment by [email protected] on 31 Oct 2014 at 2:20

GoogleCodeExporter avatar Apr 11 '15 10:04 GoogleCodeExporter

Looks like r680 was the culprit, committed over 3 years ago!

Original comment by [email protected] on 31 Oct 2014 at 2:32

GoogleCodeExporter avatar Apr 11 '15 10:04 GoogleCodeExporter

Should it be something like this?
   info["name"] = basename(self._uns3path(key.name))

Original comment by [email protected] on 8 Nov 2014 at 2:45

GoogleCodeExporter avatar Apr 11 '15 10:04 GoogleCodeExporter