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

Change elif condition in namer.py #8

Merged
merged 1 commit into from
Nov 19, 2020
Merged

Change elif condition in namer.py #8

merged 1 commit into from
Nov 19, 2020

Conversation

jithin-renji
Copy link
Contributor

I have just changed the condition from elif not bond_type == "ane" to elif bond_type != "ane". It's more idiomatic IMO.

@harshil21
Copy link
Owner

I have just changed the condition from elif not bond_type == "ane" to elif bond_type != "ane". It's more idiomatic IMO.

Agreed. Most of that code is being rewritten in #6 anyway, but till then this is good. Merging.

@harshil21 harshil21 merged commit c4ab6df into harshil21:master Nov 19, 2020
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