contrib: fix a flake8 issue

contrib/ChangeLog:

	* mklog.py: Fix flake8 issue.
This commit is contained in:
Martin Liska 2021-06-22 09:50:38 +02:00
parent 8819c82ce8
commit 48b312b4ba
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ if __name__ == '__main__':
parser.add_argument('input', nargs='?',
help='Patch file (or missing, read standard input)')
parser.add_argument('-b', '--pr-numbers', action='store',
type=lambda arg: arg.split(','), nargs="?",
type=lambda arg: arg.split(','), nargs='?',
help='Add the specified PRs (comma separated)')
parser.add_argument('-s', '--no-functions', action='store_true',
help='Do not generate function names in ChangeLogs')