Skip to content
Snippets Groups Projects
Commit 63c1e3e1 authored by Philip Müller's avatar Philip Müller
Browse files

[postcfg] fix copy_tree()

parent b1d99923
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ class ConfigController:
def copy_folder(self, source, target):
if exists("/" + source):
copy_tree("/" + source, join(self.root, target), preserve_symlinks)
copy_tree("/" + source, join(self.root, target), preserve_symlinks=1)
def remove_pkg(self, pkg, path):
if exists(join(self.root, path)):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment