Skip to content

Commit

Permalink
fixes issue #137
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed Sep 9, 2024
1 parent fc66223 commit 43ea4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moleculekit/tools/preparation.py
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ def systemPrepare(
residue_smiles=residue_smiles,
)

nonpept = None
nonpept = []
if hold_nonpeptidic_bonds:
nonpept = _detect_nonpeptidic_bonds(mol_in)

Expand Down

0 comments on commit 43ea4af

Please sign in to comment.