Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daico007 committed Oct 16, 2022
1 parent 1486fd0 commit b682255
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gmso/utils/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,9 @@ def import_(module):
import hoomd

del hoomd
except:
has_hoomd = True
except:
has_hoomd = False

try:
import parmed
Expand Down

0 comments on commit b682255

Please sign in to comment.