Skip to content

Update linkcheck.yml and fix link #703

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
project: DOCS
issuetype: Bug
summary: Broken link detected
description: "For more info see https://github.com/viamrobotics/docs/actions/runs/${{ env.GITHUB_RUN_ID }}."
description: "For more info see https://github.com/viamrobotics/viam-python-sdk/actions/runs/${{ env.GITHUB_RUN_ID }}."
- name: Log created Jira issue
if: failure()
run: echo "Issue ${{ steps.create.outputs.issue }} was created"
2 changes: 1 addition & 1 deletion src/viam/robot/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ async def __aexit__(self, exc_type, exc_value, traceback):
async def get_status(self, components: Optional[List[ResourceName]] = None) -> List[PBStatus]:
"""
Get the status of the machine's components. You can optionally
provide a list of ``ResourceName``s for which you want statuses.
provide a list of ``ResourceName`` for which you want statuses.

::

Expand Down
Loading