cephfs-shell: Fix flake8 continuation line over-indented for hanging indent error

Fixes: https://tracker.ceph.com/issues/40992
Signed-off-by: Varsha Rao <varao@redhat.com>
This commit is contained in:
Varsha Rao 2019-07-29 11:50:31 +05:30
parent d036bb6030
commit 1e22b1e8d0

View File

@ -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='+')