Commit 32f8fc4a by Xiaofei Wang Committed by Copybara-Service

Internal change

PiperOrigin-RevId: 388756811
parent d9614e4e
......@@ -48,6 +48,10 @@ pybind_library(
pybind_library(
name = "status_casters",
hdrs = ["status_casters.h"],
data = select({
"//devtools/python/blaze:py3_mode": [],
"//devtools/python/blaze:py2_mode": [":status"],
}),
deps = [
":status_utils",
"@com_google_absl//absl/status",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment