From: Varsha Rao Date: Mon, 13 May 2019 12:15:35 +0000 (+0530) Subject: cephfs-shell: Remove whitespace after '(' X-Git-Tag: v14.2.2~23^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e8bb9d0c8d9f49abbc26c5db595592ca7cb3ac9c;p=ceph.git cephfs-shell: Remove whitespace after '(' This patch fixes flake8 whitespace error. Fixes: https://tracker.ceph.com/issues/39717 Signed-off-by: Varsha Rao (cherry picked from commit 2136530dab1d8894c10ec63bb84752604cf6065f) --- diff --git a/src/tools/cephfs/cephfs-shell b/src/tools/cephfs/cephfs-shell index a085ae57a1c..b55f948ab17 100644 --- a/src/tools/cephfs/cephfs-shell +++ b/src/tools/cephfs/cephfs-shell @@ -743,7 +743,7 @@ exists.') print_long(cephfs.getcwd().decode( 'utf-8') + dir_name + '/' + path, is_dir, True) elif args.long: - print_long(cephfs.getcwd().decode( 'utf-8') + + print_long(cephfs.getcwd().decode('utf-8') + dir_name + '/' + path,