very minor indentation issue in librar/copy

This commit is contained in:
Seth Vidal 2012-04-27 16:45:28 -04:00
parent 0841cf4a85
commit deae763793

4
copy
View file

@ -43,9 +43,9 @@ for x in items:
src = params['src']
dest = params['dest']
if src:
src = os.path.expanduser(src)
src = os.path.expanduser(src)
if dest:
dest = os.path.expanduser(dest)
dest = os.path.expanduser(dest)
# raise an error if there is no src file
if not os.path.exists(src):