ext: open-amp: Fix broken typo'd sys.exit()
s/exist/exit/ Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
cb26591fc7
commit
95650fdefa
|
@ -40,7 +40,7 @@ else:
|
|||
img_files.append(img_src_dir + "/" + f)
|
||||
|
||||
if not img_files:
|
||||
sys.exist("ERROR: no found image files.")
|
||||
sys.exit("ERROR: no found image files.")
|
||||
|
||||
oformat = args.outformat
|
||||
|
||||
|
|
Loading…
Reference in a new issue