We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb26591 commit 95650fdCopy full SHA for 95650fd
ext/lib/ipc/open-amp/open-amp/docs/img-src/gen-graph.py
@@ -40,7 +40,7 @@ def gen_graph_from_gv(ifile, odir, oformat="png"):
40
img_files.append(img_src_dir + "/" + f)
41
42
if not img_files:
43
- sys.exist("ERROR: no found image files.")
+ sys.exit("ERROR: no found image files.")
44
45
oformat = args.outformat
46
0 commit comments