Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
talagayev authored Aug 6, 2024
1 parent 872fd1f commit 05e8c33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/MDAnalysis/topology/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ def __init__(self, filename):
"Parser": None,
"parmed": None,
"openmm": None,
"converters": None,
"Converters": None,
}
if isinstance(filename, util.NamedStream):
self.filename = filename
Expand Down

0 comments on commit 05e8c33

Please sign in to comment.