Open GoogleCodeExporter opened 9 years ago
i modified my file to append a '/' for absolute paths:
path_split = path.split(posixpath.sep)
if path[0] == posixpath.sep:
if path_split[0] == '':
path_split[0] = '/'
Original comment by s...@capsher.com
on 20 Aug 2012 at 9:54
Original issue reported on code.google.com by
mcradd...@gmail.com
on 25 Oct 2011 at 9:57