Commit c701e595 by Seth Vidal

very minor indentation issue in librar/copy

parent 72fd9718
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment