mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-23 04:11:07 +00:00
Merge pull request #3133 from gilles-peskine-arm/changelog-date-pylint
assemble_changelog.py: Reformatting to pacify pylint
This commit is contained in:
commit
1596c5e9cb
|
@ -470,7 +470,8 @@ def main():
|
|||
' (default: overwrite the input)')
|
||||
parser.add_argument('--list-files-only',
|
||||
action='store_true',
|
||||
help='Only list the files that would be processed (with some debugging information)')
|
||||
help=('Only list the files that would be processed'
|
||||
'(with some debugging information)'))
|
||||
options = parser.parse_args()
|
||||
set_defaults(options)
|
||||
if options.list_files_only:
|
||||
|
|
Loading…
Reference in a new issue