Skip to content

Commit

Permalink
Backport fix from PR #300. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Jun 17, 2024
1 parent befa558 commit fb4be17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/BioSimSpace/IO/_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ def saveMolecules(
continue

# Add the file format to the property map.
_property_map["fileformat"] = _SireBase.wrap(format)
_property_map["fileformat"] = format

# Warn the user if any molecules are parameterised with a force field
# that uses geometric combining rules. While we can write this to file
Expand Down
2 changes: 1 addition & 1 deletion python/BioSimSpace/Sandpit/Exscientia/IO/_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ def saveMolecules(
continue

# Add the file format to the property map.
_property_map["fileformat"] = _SireBase.wrap(format)
_property_map["fileformat"] = format

# Warn the user if any molecules are parameterised with a force field
# that uses geometric combining rules. While we can write this to file
Expand Down

0 comments on commit fb4be17

Please sign in to comment.