Closed smithsz closed 7 years ago
Thanks for your hard work, please ensure all items are complete before opening.
Use '/'.join() to concatenate URL parts.
'/'.join()
Updated posixpath.join references to use '/'.join when concatenating URL parts.
posixpath.join
'/'.join
Fixes #127.
Thanks for your hard work, please ensure all items are complete before opening.
What
Use
'/'.join()
to concatenate URL parts.How
Updated
posixpath.join
references to use'/'.join
when concatenating URL parts.Issues
Fixes #127.