Skip to content

Print the return from pexpect.run, I see nothing (bpython version 0.9.5.2 on top of Python 2.6.5) #119

@ikanobori

Description

@ikanobori
#!pycon

>>> import pexpect
>>> pexpect.run('ls')
'bitbucket  client  exercise  github\r\n'
>>> s=pexpect.run('ls')
>>> print s


>>> s
'bitbucket  client  exercise  github\r\n'
>>> 

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions