Skip to content
Snippets Groups Projects
Commit 74afa885 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Please pylint

parent 1e325c5b
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment