Skip to content

Commit

Permalink
[ADD] SpawnPipe is the default spawn class
Browse files Browse the repository at this point in the history
  • Loading branch information
raczben committed Apr 8, 2020
1 parent 9cdc9a2 commit 4687573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wexpect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
try:
spawn_class_name = os.environ['WEXPECT_SPAWN_CLASS']
except KeyError:
spawn_class_name = 'legacy_wexpect'
spawn_class_name = 'SpawnPipe'

if spawn_class_name == 'legacy_wexpect':
from .legacy_wexpect import ExceptionPexpect
Expand Down

0 comments on commit 4687573

Please sign in to comment.