store: fix _hashencode call in _dothybridencode

Fixes b9ebea2d1672
This commit is contained in:
Adrian Buehlmann 2012-09-19 11:39:07 +02:00
parent 23c6bfee41
commit 114ea39f3e

View File

@ -427,7 +427,7 @@ if _pathencode:
def _dothybridencode(f):
ef = _pathencode(f)
if ef is None:
return _hashencode(dotencode(f), True)
return _hashencode(encodedir(f), True)
return ef
else:
def _dothybridencode(f):