Skip to content

Commit

Permalink
Merge pull request #551 from avcopan/dev
Browse files Browse the repository at this point in the history
Lint: Fixes linting complaint
  • Loading branch information
avcopan authored Aug 14, 2024
2 parents 6c972f3 + 21f4b5c commit af4740b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automol/chi/_conv.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def inchi_to_amchi(ich, convert=True, printlog=True):

chi = ich
if amchi.prefix(ich) == "InChI":
if amchi.stereo_layers(ich) or convert==True:
if amchi.stereo_layers(ich) or convert:
if is_bad(ich):
geo = amchi.geometry(ich)
chi = geom.chi(geo)
Expand Down

0 comments on commit af4740b

Please sign in to comment.