Skip to content
Snippets Groups Projects
Unverified Commit 7e01a0d7 authored by Xavier Robin's avatar Xavier Robin
Browse files

typo: SCHWED-5783 fix wrong text

parent 248eb0d8
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ class LigandScorer:
elif isinstance(target, mol.EntityHandle):
self.target = target.Copy()
else:
raise RuntimeError("model must be of type EntityView/EntityHandle")
raise RuntimeError("target must be of type EntityView/EntityHandle")
# Extract ligands from target
if target_ligands is None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment