Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daico007 authored and umesh-timalsina committed Jul 20, 2021
1 parent 69e8d0d commit 0b56cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmso/core/topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ def _get_untyped_sites(self):
untyped = {"sites": list()}
for site in self._sites:
if not site.atom_type:
untyped[sites].append(site)
untyped["sites"].append(site)
return untyped

def _get_untyped_bonds(self):
Expand Down

0 comments on commit 0b56cfc

Please sign in to comment.