Skip to content

Commit

Permalink
Update py_func.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
vinila21 committed Nov 15, 2022
1 parent cd27cfb commit 258f9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/python/lib/core/py_func.cc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Status MakeArgTuple(const PyCall* call, TFE_Context* ctx, PyObject** tuple) {
"Failed to create python tuple. Please make sure `token` is a "
"well-formed UTF-8 string.");
}
return OkStatus();
return Status::OK();
}

bool IsSingleNone(PyObject* obj) {
Expand Down

0 comments on commit 258f9a1

Please sign in to comment.