Skip to content

Commit

Permalink
fixup: return correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Oct 28, 2019
1 parent ba06dc8 commit 0a2bf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytest_elasticsearch/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def version(self):
raise RuntimeError(
"'%s' does not point to elasticsearch." % self.executable
)
return self._version
return self._version

def _exec_command(self):
"""
Expand Down

0 comments on commit 0a2bf2d

Please sign in to comment.