Skip to content

Commit 797cb92

Browse files
OSS-Fuzz Teamcopybara-github
authored andcommitted
Fix incorrect docstring for get_shared_libraries.
PiperOrigin-RevId: 840202833
1 parent 70edd2a commit 797cb92

File tree

1 file changed

+1
-1
lines changed
  • infra/base-images/base-builder/indexer

1 file changed

+1
-1
lines changed

infra/base-images/base-builder/indexer/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def get_shared_libraries(
109109
command_runner: CommandRunner = run_subprocess,
110110
ld_binary_path: pathlib.Path = LD_BINARY_PATH_X86_64,
111111
) -> Sequence[SharedLibrary]:
112-
"""Copies the shared libraries to the shared directory."""
112+
"""Enumerates the shared libraries required by the given binary."""
113113
env = os.environ | {
114114
"LD_TRACE_LOADED_OBJECTS": "1",
115115
"LD_BIND_NOW": "1",

0 commit comments

Comments
 (0)