Reformatting to pacify pylint
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
4457a0a489
commit
ac0f0860f1
1 changed files with 7 additions and 6 deletions
|
@ -470,7 +470,8 @@ def main():
|
||||||
' (default: overwrite the input)')
|
' (default: overwrite the input)')
|
||||||
parser.add_argument('--list-files-only',
|
parser.add_argument('--list-files-only',
|
||||||
action='store_true',
|
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()
|
options = parser.parse_args()
|
||||||
set_defaults(options)
|
set_defaults(options)
|
||||||
if options.list_files_only:
|
if options.list_files_only:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue