]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
cephfs-shell: Fix flake8 continuation line over-indented for hanging indent error
authorVarsha Rao <varao@redhat.com>
Mon, 29 Jul 2019 06:20:31 +0000 (11:50 +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 7c84a229e99086b2fa78bc4bc40a20eb573e4ee3..47f9922e1597ed09408682130c0705af522c5f68 100755 (executable)
@@ -1239,7 +1239,7 @@ sub-directories, files')
         return self.complete_filenames(text, line, begidx, endidx)
 
     stat_parser = argparse.ArgumentParser(
-                  description='Display file or file system status')
+        description='Display file or file system status')
     stat_parser.add_argument('paths', type=str, help='file paths',
                              nargs='+')