From: Varsha Rao Date: Mon, 13 May 2019 12:15:35 +0000 (+0530) Subject: cephfs-shell: Remove whitespace after '(' X-Git-Tag: v15.1.0~2668^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F28080%2Fhead;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 --- diff --git a/src/tools/cephfs/cephfs-shell b/src/tools/cephfs/cephfs-shell index fb0a84bfde4..a28068629e9 100755 --- a/src/tools/cephfs/cephfs-shell +++ b/src/tools/cephfs/cephfs-shell @@ -739,7 +739,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,