Comment 2 for bug 1511813

Revision history for this message
Matt Hanlon (matthanlon) wrote :

I don't think this bug involves needing to change the path separator. Rather paths for upload should not be constructed with os.join, they should always use "/" as the separator even on windows.

This issue renders python-swiftclient command line rather useless on windows.