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

#109 Condition matching to override blank condition #886

Merged
merged 2 commits into from
Sep 12, 2023

Conversation

Bharath-kandula
Copy link
Contributor

No description provided.

if e_key.key == SpecialEKeys.CONDITION:
# Gene condition is not mandatory if we have a condition resolution
if self.condition_resolution_obj:
return None
Copy link
Member

Choose a reason for hiding this comment

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

rather than return None just have this scenario not raise the mandatory validation, but still run through the rest of process_entry as there's a bit more that code does.

@TheMadBug TheMadBug merged commit 9e02f36 into master Sep 12, 2023
2 checks passed
@TheMadBug TheMadBug deleted the #109_conition_matching branch September 12, 2023 00:48
TheMadBug pushed a commit that referenced this pull request Sep 12, 2023
* #3384 fixed discordance weekly email table heading

* #109 condition override blank condition
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