From 49e6a1e3943eb50cebb1151bc44ea87ac55fc129 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Mon, 29 Jul 2019 11:37:29 +0530 Subject: [PATCH] cephfs-shell: Fix multiple spaces after ':' flake8 error Fixes: https://tracker.ceph.com/issues/40992 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 31e41f0da0f..d5332ab4ed9 100755 --- a/src/tools/cephfs/cephfs-shell +++ b/src/tools/cephfs/cephfs-shell @@ -77,7 +77,7 @@ def mode_notation(mode): permission_bits = {'0': '---', '1': '--x', '2': '-w-', - '3': '-wx', + '3': '-wx', '4': 'r--', '5': 'r-x', '6': 'rw-', -- 2.39.5