From c701e5959248aec5ebc450fd88bde77ad3d84df8 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Fri, 27 Apr 2012 16:45:28 -0400 Subject: [PATCH] very minor indentation issue in librar/copy --- library/copy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/copy b/library/copy index b5a52647a95..f6cf6028610 100755 --- a/library/copy +++ b/library/copy @@ -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):