diff options
| author | jvoisin | 2019-03-30 10:39:39 +0100 |
|---|---|---|
| committer | jvoisin | 2019-03-30 10:39:39 +0100 |
| commit | 74afa885f51525539cdc45ddc89fecc522987265 (patch) | |
| tree | 12e26cd85450cd2e448b1b3bc9586920c4172c21 | |
| parent | 1e325c5b5bb6b2deb30626b9fbb27e244bb7bae7 (diff) | |
Please pylint
| -rwxr-xr-x | mat2 | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -49,8 +49,9 @@ def create_arg_parser() -> argparse.ArgumentParser: | |||
| 49 | parser.add_argument('-V', '--verbose', action='store_true', | 49 | parser.add_argument('-V', '--verbose', action='store_true', |
| 50 | help='show more verbose status information') | 50 | help='show more verbose status information') |
| 51 | parser.add_argument('--unknown-members', metavar='policy', default='abort', | 51 | parser.add_argument('--unknown-members', metavar='policy', default='abort', |
| 52 | help='how to handle unknown members of archive-style files (policy should' + | 52 | help='how to handle unknown members of archive-style ' |
| 53 | ' be one of: %s) [Default: abort]' % ', '.join(p.value for p in UnknownMemberPolicy)) | 53 | 'files (policy should be one of: %s) [Default: abort]' % |
| 54 | ', '.join(p.value for p in UnknownMemberPolicy)) | ||
| 54 | 55 | ||
| 55 | 56 | ||
| 56 | info = parser.add_mutually_exclusive_group() | 57 | info = parser.add_mutually_exclusive_group() |
