From deae76379300164b14cdde17962ddd4d88b0cb89 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 --- copy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copy b/copy index b5a52647a95..f6cf6028610 100755 --- a/copy +++ b/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):