Skip to content

Commit

Permalink
docs: match docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed Jul 4, 2023
1 parent f53db4c commit af792ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ def _wget_install(self, executables: Iterable[WgetExecutable]) -> None:
images based on the GitHub action runner image will be used in the future.
Args:
binary_urls: The URL to installable binaries.
executables: The executables to download.
"""
if self.instance is None:
raise RunnerError("Runner operation called prior to runner creation.")
Expand Down

0 comments on commit af792ca

Please sign in to comment.