Closed GoogleCodeExporter closed 8 years ago
I'm guessing that this is a problem with using os.path.commonprefix. It looks
like it counts partial filenames as
part of a common prefix. I guess I'll have to write my own that only uses full
filenames.
Original comment by Kevin.Da...@gmail.com
on 8 Sep 2007 at 2:24
I just thought of an easy fix. If the common prefix isn't a directory, I just
need to do os.path.dirname on it to get
the correct value.
Original comment by Kevin.Da...@gmail.com
on 8 Sep 2007 at 2:29
This works well now moving issue to verifed
Original comment by CodyPrec...@gmail.com
on 16 Sep 2007 at 12:52
Original issue reported on code.google.com by
CodyPrec...@gmail.com
on 8 Sep 2007 at 3:01