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:
Ulf Magnusson 2019-03-20 22:46:10 +01:00 committed by Kumar Gala
parent cb26591fc7
commit 95650fdefa

View file

@ -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