Skip to content

Commit 95650fd

Browse files
ulfalizergalak
authored andcommitted
ext: open-amp: Fix broken typo'd sys.exit()
s/exist/exit/ Signed-off-by: Ulf Magnusson <[email protected]>
1 parent cb26591 commit 95650fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/lib/ipc/open-amp/open-amp/docs/img-src/gen-graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def gen_graph_from_gv(ifile, odir, oformat="png"):
4040
img_files.append(img_src_dir + "/" + f)
4141

4242
if not img_files:
43-
sys.exist("ERROR: no found image files.")
43+
sys.exit("ERROR: no found image files.")
4444

4545
oformat = args.outformat
4646

0 commit comments

Comments
 (0)