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

Fix: Remove strict "is True" check #7

Merged
merged 1 commit into from
Dec 5, 2022
Merged

Fix: Remove strict "is True" check #7

merged 1 commit into from
Dec 5, 2022

Conversation

trwnh
Copy link
Contributor

@trwnh trwnh commented Nov 30, 2022

is True checks that the value points to the same memory. To check for truthiness, use == True or simply if condition

`is True` checks that the value points to the same memory. To check for truthiness, use `== True` or simply `if condition`
@SleepyLili SleepyLili changed the base branch from master to develop December 5, 2022 10:18
@SleepyLili SleepyLili merged commit 99bdcc1 into SleepyLili:develop Dec 5, 2022
@trwnh trwnh deleted the patch-2 branch December 27, 2022 14:50
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.

None yet

2 participants