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

Avoid parsing resources when None #824

Merged
merged 1 commit into from
Sep 29, 2023
Merged

Conversation

droctothorpe
Copy link
Contributor

This PR fixes a small bug that I ran into trying to run the SDK from my local machine. If resources were not passed and there was no ~/.config/dask/kubernetes.yaml file, it would try to parse self.resources when self.resources was set to its default, None.

Copy link
Member

@jacobtomlinson jacobtomlinson left a comment

Choose a reason for hiding this comment

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

Awesome thanks

@jacobtomlinson jacobtomlinson merged commit 603f6ac into dask:main Sep 29, 2023
@droctothorpe droctothorpe deleted the resources branch September 29, 2023 18:01
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