Finally fix problem with making new folders

fixes deb#478990.  fixes #63.

Patch from Martin F. Krafft.
This commit is contained in:
John Goerzen 2008-05-05 00:06:25 -05:00
parent 9f5c8d708b
commit 553158a81b

View File

@ -154,7 +154,7 @@ class BaseRepository(CustomConfig.ConfigHelperMixin):
if not key in desthash:
dest.makefolder(key)
for copyfolder in copyfolders:
copyfolder.makefolder(key)
copyfolder.makefolder(key.replace(dest.getsep(), src.getsep()))
#
# Find deleted folders.