Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update not_supported lists in option validation #126

Merged
merged 3 commits into from
Apr 21, 2022

Conversation

LegenJCdary
Copy link
Collaborator

fixing bug #117

@LegenJCdary LegenJCdary added the bug Something isn't working label Apr 21, 2022
@LegenJCdary LegenJCdary requested a review from cinek810 April 21, 2022 09:09
Copy link
Owner

@cinek810 cinek810 left a comment

Choose a reason for hiding this comment

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

Approve, if you can separate the style change from the actual bug fix into separate commit.
The bug fix commits may also contain a messag like fix bug from COMMIT_HASH


failed = False
for req in required:
if options[req] is None:
if not options[req]:
Copy link
Owner

Choose a reason for hiding this comment

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

should be separate commit - unrelated with changes above

@LegenJCdary LegenJCdary force-pushed the bugfix_missing_validation branch from 324ca61 to 97be07f Compare April 21, 2022 20:55
@LegenJCdary LegenJCdary merged commit b905dbb into main Apr 21, 2022
@LegenJCdary LegenJCdary deleted the bugfix_missing_validation branch April 21, 2022 21:06
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants