proton: Don't copy metadata by default
This commit is contained in:
parent
b5646c4072
commit
79ddcc5568
1 changed files with 1 additions and 1 deletions
2
proton
2
proton
|
@ -108,7 +108,7 @@ def merge_user_dir(src, dst):
|
|||
else:
|
||||
extant_dirs += dst_dir
|
||||
|
||||
def try_copy(src, dst, add_write_perm=True, copy_metadata=True, optional=False):
|
||||
def try_copy(src, dst, add_write_perm=True, copy_metadata=False, optional=False):
|
||||
try:
|
||||
if os.path.isdir(dst):
|
||||
dstfile = dst + "/" + os.path.basename(src)
|
||||
|
|
Loading…
Reference in a new issue