Skip to content

Commit

Permalink
delete stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
philsc committed Mar 11, 2024
1 parent deb74a9 commit b1e649a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/private/common/py_executable.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ def py_executable_base_impl(ctx, *, semantics, is_test, inherited_environment =
] + runfiles_library_dep,
semantics = semantics,
)
if ctx.attr.incompatible_generate_entrypoint_shim:
print("Found incompatible_generate_entrypoint_shim on " + str(ctx.label))
exec_result = semantics.create_executable(
ctx,
executable = executable,
Expand Down

0 comments on commit b1e649a

Please sign in to comment.