Skip to content

Commit 1b8f5c3

Browse files
Merge pull request tensorflow#58583 from tensorflow/vinila21-patch-1
Broken build - 2.8.4 Patch release
2 parents 5e563ce + 70d400b commit 1b8f5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/python/lib/core/py_func.cc

Lines changed: 1 addition & 1 deletion
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)