Pacify Pylint
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
2f8c545d3d
commit
63c3534981
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ def run_all_demos(quiet=False):
|
|||
"""
|
||||
all_demos = glob.glob('programs/*/*_demo.sh')
|
||||
if not all_demos:
|
||||
# Keep the message on one line. pylint: disable=line-too-long
|
||||
raise Exception('No demos found. run_demos needs to operate from the Mbed TLS toplevel directory.')
|
||||
return run_demos(all_demos, quiet=quiet)
|
||||
|
||||
|
|
Loading…
Reference in a new issue