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

Remove a superflous check in EasyBlock.run_all_steps #4623

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

Flamefire
Copy link
Contributor

@Flamefire Flamefire commented Sep 4, 2024

Before checking for string equality we don't need another check on it. None != str for any string str

Before checking for strin equality we don't need another check on it.
`None != str` for any string `str`
@boegel boegel changed the title Remove a superflous check Remove a superflous check in EasyBlock.run_all_steps Sep 7, 2024
Copy link
Member

@boegel boegel left a comment

Choose a reason for hiding this comment

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

lgtm

@boegel boegel added this to the 4.9.3 milestone Sep 7, 2024
@boegel boegel merged commit eae39e3 into easybuilders:develop Sep 7, 2024
37 checks passed
@Flamefire Flamefire deleted the simplify-check branch September 9, 2024 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants