Skip to content

Commit 07f5bd9

Browse files
[py] Stripping path is leaving a leading /.
Fixes #10022
1 parent 6509491 commit 07f5bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎py/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ py_wheel(
135135
"trio-websocket~=0.9",
136136
],
137137
strip_path_prefixes = [
138-
"py",
138+
"py/",
139139
],
140140
version = SE_VERSION,
141141
visibility = ["//visibility:public"],

0 commit comments

Comments
 (0)