What steps will reproduce the problem?
1. path_combine('', 'foo.txt')
What is the expected output? What do you see instead?
Should just be 'foo.txt', but is "/foo.txt" making an incorrect absolute path
What version of the product are you using? On what operating system?
Latest source, as of 6/6/13, on OS X 10.8 and Win7
Please provide any additional information below.
I patched this by adding:
if path1 == '':
return path2.lstrip('/')
Original issue reported on code.google.com by ben.trom...@gmail.com on 10 Jun 2013 at 11:34
Original issue reported on code.google.com by
ben.trom...@gmail.com
on 10 Jun 2013 at 11:34