We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b9f50 commit c40937eCopy full SHA for c40937e
docs/patterns/fabric.rst
@@ -48,7 +48,7 @@ virtual environment::
48
49
def deploy():
50
# figure out the release name and version
51
- dist = local('python setup.py --fullname').strip()
+ dist = local('python setup.py --fullname', capture=True).strip()
52
# upload the source tarball to the temporary folder on the server
53
put('dist/%s.tar.gz' % dist, '/tmp/yourapplication.tar.gz')
54
# create a place where we can unzip the tarball, then enter
0 commit comments