Skip to content

Commit c6972c5

Browse files
committed
fix
1 parent 8011b40 commit c6972c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/xinterpreter_raw.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ namespace xpyt
225225
py::globals()["_ii"] = py::globals()["_i"];
226226
py::globals()["_i"] = code;
227227

228+
kernel_res = xeus::create_successful_reply(execution_count);
229+
228230
cb(kernel_res);
229231
}
230232

0 commit comments

Comments
 (0)