Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696810239
  • Loading branch information
kotlaja authored and copybara-github committed Nov 15, 2024
1 parent 55ecec1 commit 588a520
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/internal.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def _internal_copy_files_impl(ctx):
mnemonic = "InternalCopyFile",
progress_message = "Copying files",
use_default_shell_env = True,
toolchain = None,
)

else:
Expand All @@ -65,6 +66,7 @@ def _internal_copy_files_impl(ctx):
mnemonic = "InternalCopyFile",
progress_message = "Copying files",
use_default_shell_env = True,
toolchain = None,
)

return [
Expand Down

0 comments on commit 588a520

Please sign in to comment.