Skip to content
Snippets Groups Projects
Verified Commit 26db5829 authored by Juliana Oliveira's avatar Juliana Oliveira Committed by Mattia Rizzolo
Browse files

comparators: utils: command: removes .wait

parent 5d57ecae
No related branches found
No related tags found
No related merge requests found
......@@ -81,9 +81,6 @@ class Command(object, metaclass=abc.ABCMeta):
def terminate(self):
pass
def wait(self):
return self._process.returncode
def _read_stderr(self):
buf = ""
lines = self._process.stderr.splitlines(True)
......
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