Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jumbled output when writing to a pipe #17

Closed
honzakral opened this issue Jun 9, 2011 · 1 comment · Fixed by #22
Closed

Jumbled output when writing to a pipe #17

honzakral opened this issue Jun 9, 2011 · 1 comment · Fixed by #22
Milestone

Comments

@honzakral
Copy link
Contributor

Given task a:

from paver.easy import task, sh

@task
def a():
    sh('ls /')

running paver a is fine but running paver a | cat produces:

bin
boot
dev
etc
home
lib
media
mnt
opt
proc
root
run
sbin
srv
sys
tmp
usr
var
---> pavement.a
ls /
@pi-byteorbit
Copy link
Contributor

Apologies, the above commit was intended to reference issue #19, not #17.

@Almad Almad closed this as completed in 2cb3922 Sep 29, 2011
Almad added a commit that referenced this issue Sep 29, 2011
Almad pushed a commit that referenced this issue Oct 5, 2011
This makes minilib compatible with zipimport, and any other Python
import hooks as a side benefit.

Fixes issue #17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants