python - Why does Fabric usually output an extra empty line? -


in fabric deployments, there empty response line output.

ie, after running

run('pwd') 

fabric return

[mydomain] out: /mydir [mydomain] out: 

why this?

this related old issue maintainer marked fixed.

https://github.com/fabric/fabric/issues/219


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -