mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-22 12:28:05 +00:00
get the name
This commit is contained in:
parent
8fa1b6bb1e
commit
23d1d76242
@ -30,6 +30,7 @@ from textwrap import (
|
||||
dedent,
|
||||
)
|
||||
from subprocess import (
|
||||
PIPE,
|
||||
Popen,
|
||||
)
|
||||
|
||||
@ -144,9 +145,6 @@ class GetArgvTests(SyncTestCase):
|
||||
from ._win_subprocess import (
|
||||
Popen
|
||||
)
|
||||
from subprocess import (
|
||||
PIPE,
|
||||
)
|
||||
argv = [executable.decode("utf-8"), save_argv_path.path] + argv
|
||||
p = Popen(argv, stdin=PIPE, stdout=PIPE, stderr=PIPE)
|
||||
p.stdin.close()
|
||||
|
Loading…
Reference in New Issue
Block a user