-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace asyncio.create_subprocess_exec() with python subprocess for t…
…our (#429) * Replace asyncio.create_subprocess_exec() with python subprocess for tour Windows does not support SelectorEventLoop. To support tour in all the platforms, replaced asyncio.create_subprocess_exec() with python subprocess. Fixes: #397 * Introduce review suggestions * Introduce local variable to hold the reference to env * Introduce local variable to hold the reference to env
- Loading branch information
1 parent
d4bac94
commit 08761e1
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters