Skip to content

Commit

Permalink
[py] Stripping path is leaving a leading /.
Browse files Browse the repository at this point in the history
Fixes #10022
  • Loading branch information
AutomatedTester committed Feb 28, 2022
1 parent 6509491 commit 07f5bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ py_wheel(
"trio-websocket~=0.9",
],
strip_path_prefixes = [
"py",
"py/",
],
version = SE_VERSION,
visibility = ["//visibility:public"],
Expand Down

0 comments on commit 07f5bd9

Please sign in to comment.