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

[CI] Set a default for --skip in environment creation script. #8317

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jfx2006
Copy link
Member

@jfx2006 jfx2006 commented Oct 11, 2024

Running setup_release_automation with "--all-environments" and no "--skip" argument, Python throws a 'NoneType' is not iterable error at line 397. skipset = set(args.skip)

This change sets a default (an empty list) value that is iterable and allows the script to proceed.

Prevent 'NoneType' is not iterable error when not set.
@jfx2006 jfx2006 requested a review from kewisch October 11, 2024 18:29
@jfx2006 jfx2006 changed the title [CI] Set a default for skip argumennt in environment creation script. [CI] Set a default for --skip in environment creation script. Oct 11, 2024
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