This commit is contained in:
Bruno Oliveira
2018-10-04 18:45:30 -03:00
parent 870a93c37b
commit fe7050ba00
2 changed files with 2 additions and 3 deletions

View File

@@ -1065,7 +1065,7 @@ class Testdir(object):
popen = self.popen(
cmdargs, stdout=f1, stderr=f2, close_fds=(sys.platform != "win32")
)
timeout = kwargs.get('timeout')
timeout = kwargs.get("timeout")
if timeout is None:
ret = popen.wait()
elif six.PY3: