From: Varsha Rao Date: Mon, 29 Jul 2019 06:20:31 +0000 (+0530) Subject: cephfs-shell: Fix flake8 continuation line over-indented for hanging indent error X-Git-Tag: v15.1.0~2038^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1e22b1e8d045c8e345690d7b28caf02d90e8fd61;p=ceph.git cephfs-shell: Fix flake8 continuation line over-indented for hanging indent error Fixes: https://tracker.ceph.com/issues/40992 Signed-off-by: Varsha Rao --- diff --git a/src/tools/cephfs/cephfs-shell b/src/tools/cephfs/cephfs-shell index 7c84a229e990..47f9922e1597 100755 --- a/src/tools/cephfs/cephfs-shell +++ b/src/tools/cephfs/cephfs-shell @@ -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='+')