Skip to content

Commit

Permalink
Merge pull request #58584 from tensorflow/vinila21-patch-2
Browse files Browse the repository at this point in the history
Update py_func.cc - 2.9.3
  • Loading branch information
mihaimaruseac committed Nov 15, 2022
2 parents cd27cfb + 258f9a1 commit a5ed5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/python/lib/core/py_func.cc
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 a5ed5f3

Please sign in to comment.