From 2136530dab1d8894c10ec63bb84752604cf6065f Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Mon, 13 May 2019 17:45:35 +0530 Subject: [PATCH] cephfs-shell: Remove whitespace after '(' This patch fixes flake8 whitespace error. Fixes: https://tracker.ceph.com/issues/39717 Signed-off-by: Varsha Rao --- src/tools/cephfs/cephfs-shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5