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