Please pylint
This commit is contained in:
parent
1e325c5b5b
commit
74afa885f5
5
mat2
5
mat2
@ -49,8 +49,9 @@ def create_arg_parser() -> argparse.ArgumentParser:
|
||||
parser.add_argument('-V', '--verbose', action='store_true',
|
||||
help='show more verbose status information')
|
||||
parser.add_argument('--unknown-members', metavar='policy', default='abort',
|
||||
help='how to handle unknown members of archive-style files (policy should' +
|
||||
' be one of: %s) [Default: abort]' % ', '.join(p.value for p in UnknownMemberPolicy))
|
||||
help='how to handle unknown members of archive-style '
|
||||
'files (policy should be one of: %s) [Default: abort]' %
|
||||
', '.join(p.value for p in UnknownMemberPolicy))
|
||||
|
||||
|
||||
info = parser.add_mutually_exclusive_group()
|
||||
|
Loading…
Reference in New Issue
Block a user