very minor indentation issue in librar/copy
This commit is contained in:
parent
0841cf4a85
commit
deae763793
1 changed files with 2 additions and 2 deletions
4
copy
4
copy
|
@ -43,9 +43,9 @@ for x in items:
|
||||||
src = params['src']
|
src = params['src']
|
||||||
dest = params['dest']
|
dest = params['dest']
|
||||||
if src:
|
if src:
|
||||||
src = os.path.expanduser(src)
|
src = os.path.expanduser(src)
|
||||||
if dest:
|
if dest:
|
||||||
dest = os.path.expanduser(dest)
|
dest = os.path.expanduser(dest)
|
||||||
|
|
||||||
# raise an error if there is no src file
|
# raise an error if there is no src file
|
||||||
if not os.path.exists(src):
|
if not os.path.exists(src):
|
||||||
|
|
Loading…
Reference in a new issue