Skip to content

Commit

Permalink
Update py_func.cc
Browse files Browse the repository at this point in the history
vinila21 authored Nov 15, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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) {

0 comments on commit 258f9a1

Please sign in to comment.