Finally fix problem with making new folders
fixes deb#478990. fixes #63. Patch from Martin F. Krafft.
This commit is contained in:
parent
9f5c8d708b
commit
553158a81b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user