[diffoscope] 03/05: comparators: utils: command: removes .wait

Juliana Oliveira jwnx-guest at moszumanska.debian.org
Sun Feb 11 01:32:49 CET 2018


This is an automated email from the git hooks/post-receive script.

jwnx-guest pushed a commit to branch jwnx_subprocess_merge
in repository diffoscope.

commit 2a60cdd4149fde8476d6d221bd65d39f6d7be9e6
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