This patch fixes flake8 too many blank lines error.
Fixes: https://tracker.ceph.com/issues/39717
Signed-off-by: Varsha Rao <varao@redhat.com>
setattr(namespace, self.dest, str(oct(o_mode)))
-
mkdir_parser = argparse.ArgumentParser(
description='Create the directory(ies), if they do not already exist.')
mkdir_parser.add_argument('dirs', type=str,
"you may want to pass the -p argument")
return
-
def complete_put(self, text, line, begidx, endidx):
"""
auto complete of file name.