Skip to content
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

allow for setting the path to the op command #1

Merged
merged 12 commits into from
May 13, 2024
Merged

Conversation

joshuadavidthomas
Copy link
Member

No description provided.

@joshuadavidthomas joshuadavidthomas requested a review from a team as a code owner May 13, 2024 16:09
op_uri = getattr(self, name)
result = subprocess.run(["op", "read", op_uri], capture_output=True)
result = subprocess.run([op, "read", op_uri], capture_output=True)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know if this will ever timeout?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh probably. Best to add a configurable timeout, right? I'll do that in another PR.

@joshuadavidthomas joshuadavidthomas merged commit 0a01a29 into main May 13, 2024
16 checks passed
@joshuadavidthomas joshuadavidthomas deleted the op-cli-path branch May 13, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants