Skip to content

Commit 258f9a1

Browse files
authored
Update py_func.cc
1 parent cd27cfb commit 258f9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/python/lib/core/py_func.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Status MakeArgTuple(const PyCall* call, TFE_Context* ctx, PyObject** tuple) {
124124
"Failed to create python tuple. Please make sure `token` is a "
125125
"well-formed UTF-8 string.");
126126
}
127-
return OkStatus();
127+
return Status::OK();
128128
}
129129

130130
bool IsSingleNone(PyObject* obj) {

0 commit comments

Comments
 (0)