]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephfs-shell: Fix multiple spaces after ':' flake8 error
authorVarsha Rao <varao@redhat.com>
Mon, 29 Jul 2019 06:07:29 +0000 (11:37 +0530)
committerVarsha Rao <varao@redhat.com>
Mon, 29 Jul 2019 11:45:35 +0000 (17:15 +0530)
Fixes: https://tracker.ceph.com/issues/40992
Signed-off-by: Varsha Rao <varao@redhat.com>
src/tools/cephfs/cephfs-shell

index 31e41f0da0fd217b1c3df3b4217efb15e102a020..d5332ab4ed9170d97434ec75a18ab308e1089bd8 100755 (executable)
@@ -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-',