Fix bug in src. Should not code this early :)
This commit is contained in:
parent
d35de23c53
commit
73412513b8
1 changed files with 1 additions and 1 deletions
2
file
2
file
|
@ -93,7 +93,7 @@ if path:
|
|||
path = os.path.expanduser(path)
|
||||
src = params.get('src', None)
|
||||
if src:
|
||||
path = os.path.expanduser(src)
|
||||
src = os.path.expanduser(src)
|
||||
dest = params.get('dest', None)
|
||||
mode = params.get('mode', None)
|
||||
owner = params.get('owner', None)
|
||||
|
|
Loading…
Reference in a new issue