mirror of
https://github.com/python/cpython.git
synced 2025-12-11 03:20:01 +00:00
#12601: fix typo.
This commit is contained in:
parent
cd57ef1a47
commit
56b2665904
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ class UnixBrowser(BaseBrowser):
|
||||||
stdout=(self.redirect_stdout and inout or None),
|
stdout=(self.redirect_stdout and inout or None),
|
||||||
stderr=inout, preexec_fn=setsid)
|
stderr=inout, preexec_fn=setsid)
|
||||||
if remote:
|
if remote:
|
||||||
# wait five secons. If the subprocess is not finished, the
|
# wait five seconds. If the subprocess is not finished, the
|
||||||
# remote invocation has (hopefully) started a new instance.
|
# remote invocation has (hopefully) started a new instance.
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
rc = p.poll()
|
rc = p.poll()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue