mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
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:
parent
d036bb6030
commit
1e22b1e8d0
@ -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='+')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user