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