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

cluster is_shared bugfix #574

Merged
merged 1 commit into from
Mar 7, 2024
Merged

cluster is_shared bugfix #574

merged 1 commit into from
Mar 7, 2024

Conversation

BelSasha
Copy link
Contributor

@BelSasha BelSasha commented Mar 7, 2024

When is_shared is called during on-demand cluster initialization, the self.cred_values are an empty dictionary. Therefore, the ssh_private_key is None, and passing it into the Path constructor will raise a ValueError (NoneType).

Copy link
Contributor Author

BelSasha commented Mar 7, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @BelSasha and the rest of your teammates on Graphite Graphite

@BelSasha BelSasha marked this pull request as ready for review March 7, 2024 09:19
@BelSasha BelSasha requested a review from jlewitt1 March 7, 2024 09:23
@BelSasha BelSasha force-pushed the sb/cluster_is_shared_bugfix branch from 528b4ef to 866f73e Compare March 7, 2024 10:04
@BelSasha BelSasha merged commit 5f95b23 into main Mar 7, 2024
11 checks passed
@jlewitt1 jlewitt1 deleted the sb/cluster_is_shared_bugfix branch March 11, 2024 10:53
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.

1 participant