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

Eager fail for failed registration. #275

Merged
merged 1 commit into from
Oct 22, 2020
Merged

Eager fail for failed registration. #275

merged 1 commit into from
Oct 22, 2020

Conversation

smarlowucf
Copy link
Collaborator

No description provided.


if result.stdout.strip() == 'inactive':
if status == 'inactive':
Copy link
Contributor

Choose a reason for hiding this comment

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

Consider doing this as a guard clause.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It basically is a guard clause though? Just happens inside the loop to prevent code duplication. But the sleep call only happens after the first two clauses.

@rjschwei rjschwei merged commit 48618b1 into master Oct 22, 2020
@smarlowucf smarlowucf deleted the wait-reg-fail branch October 22, 2020 20:52
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.

3 participants