storj-archived / storj-python-sdk

Deprecated. A Python SDK for the Storj API.
https://storj.io
MIT License
23 stars 19 forks source link

Fix file separator errors #93

Closed marcorosa closed 7 years ago

marcorosa commented 7 years ago

I had a double separator between the temp dir path and the name of the file. This commit fixes the problem. Moreover, it's better to avoid keeping folder without the / at the end (imho), and use os.path.join to create path instead of %s/%s

steenzout commented 7 years ago

LGTM.