[diffoscope] 04/05: comparators: utils: command: removes .wait
Mattia Rizzolo
mattia at debian.org
Wed Feb 28 21:07:51 CET 2018
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository diffoscope.
commit 26db58295e179cb964bdb1b04208ec361ba459e3
Author: Juliana Oliveira <juliana.orod at gmail.com>
Date: Sat Feb 10 19:59:18 2018 -0200
comparators: utils: command: removes .wait
---
diffoscope/comparators/utils/command.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/diffoscope/comparators/utils/command.py b/diffoscope/comparators/utils/command.py
index a1ae4f9..49bbd84 100644
--- a/diffoscope/comparators/utils/command.py
+++ b/diffoscope/comparators/utils/command.py
@@ -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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list