Skip to content
Snippets Groups Projects
Commit a0c493d7 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

correct small error in models code

Former-commit-id: 86cbfb7ecd83e8560695d670c9ed6cf9c67ebfe4
parent 113f9246
No related branches found
No related tags found
No related merge requests found
...@@ -434,7 +434,7 @@ class CompoundAction(models.Model): ...@@ -434,7 +434,7 @@ class CompoundAction(models.Model):
get the complexes involved in the compound action get the complexes involved in the compound action
which are always the bound complexes which are always the bound complexes
""" """
return ppi.get_ppi_bound_complexes() return self.ppi.get_ppi_bound_complexes()
class RefCompoundBiblio(models.Model): class RefCompoundBiblio(models.Model):
compound = models.ForeignKey(Compound) compound = models.ForeignKey(Compound)
......
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