Skip to content

Commit

Permalink
Update bentoml.py
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelduranfrigola committed Jun 22, 2023
1 parent e8c3859 commit e5de959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ersilia/setup/requirements/bentoml.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ def is_installed(self):
return False

def is_bentoml_ersilia_version(self):
if not self._is_installed():
if not self.is_installed():
return False
pass
return False

def install(self):
print("Installing bentoml (the ersilia version)")
Expand Down

0 comments on commit e5de959

Please sign in to comment.