We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9e7e7 commit 78d0f90Copy full SHA for 78d0f90
openfecli/commands/gather.py
@@ -225,7 +225,7 @@ def _get_names(result: dict) -> tuple[str, str]:
225
name_A = protocol_data["inputs"]["ligandmapping"]["componentA"]["molprops"]["ofe-name"]
226
name_B = protocol_data["inputs"]["ligandmapping"]["componentB"]["molprops"]["ofe-name"]
227
228
- return name_A, name_B
+ return str(name_A), str(name_B)
229
230
231
def _get_type(result: dict) -> Literal["vacuum", "solvent", "complex"]:
0 commit comments