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 -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -