Skip to content

Commit da18e90

Browse files
committed
fix doc
1 parent 82ad2e9 commit da18e90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_doc/status/exporter_dynamic.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ to the original model.
7373
print(textwrap.indent(pretty_onnx(res["onx"]), " "))
7474
print()
7575
print()
76-
obs.append(dict(case=case_ref, error="", exporter=expo))
76+
if "error" not in res:
77+
obs.append(dict(case=case_ref, error="", exporter=expo))
7778
if "error" in res:
7879
print("**FAILED**")
7980
print()

0 commit comments

Comments
 (0)