Show More
@@ -201,8 +201,8 b' def _hybridencode(path, auxencode):' | |||
|
201 | 201 | path = encodedir(path) |
|
202 | 202 | digest = _sha(path).hexdigest() |
|
203 | 203 | parts = auxencode(lowerencode(path))[1:] |
|
204 | _root, ext = os.path.splitext(parts[-1]) | |
|
205 | 204 | basename = parts[-1] |
|
205 | _root, ext = os.path.splitext(basename) | |
|
206 | 206 | sdirs = [] |
|
207 | 207 | for p in parts[:-1]: |
|
208 | 208 | d = p[:_dirprefixlen] |
General Comments 0
You need to be logged in to leave comments.
Login now