-
Notifications
You must be signed in to change notification settings - Fork 1
fix: check for availability of module cmd #2
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
Conversation
📝 WalkthroughWalkthroughThe changes introduce a new method Changes
Sequence Diagram(s)sequenceDiagram
participant E as Env Instance
participant P as __post_init__
participant C as check Method
participant R as run_cmd
participant W as WorkflowError
E->>P: __post_init__()
P->>C: call check()
C->>R: Execute self.run_cmd("type module")
alt Command Found
R-->>C: Return command path
C-->>P: Successful check
P-->>E: Instance initialized
else Command Not Found
R-->>C: Return error
C->>W: Raise WorkflowError with error message
end
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
🤖 I have created a release *beep* *boop* --- ## [0.1.1](v0.1.0...v0.1.1) (2025-03-06) ### Bug Fixes * check for availability of module cmd ([846555a](846555a)) * check for availability of module cmd ([#2](#2)) ([7700844](7700844)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Summary by CodeRabbit