summaryrefslogtreecommitdiff
path: root/tasks.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-02-20 16:10:53 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-02-20 16:10:53 -0800
commit6629fa5c3dbdde769f015d6cb942b052296eaa44 (patch)
tree61a826c14771cbc8b7a86093bf365d5250e137cf /tasks.py
parent5a2496b03ef3da161c96ddc6c891f081973739a9 (diff)
downloadcryptography-6629fa5c3dbdde769f015d6cb942b052296eaa44.tar.gz
A tiny formatting cleanup
Diffstat (limited to 'tasks.py')
-rw-r--r--tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks.py b/tasks.py
index 8c7dc40a5..242f25367 100644
--- a/tasks.py
+++ b/tasks.py
@@ -86,7 +86,7 @@ def release(version):
invoke.run("python setup.py sdist")
invoke.run("twine upload -s dist/cryptography-{0}*".format(version))
- token = getpass.getpass("Input the Jenkins token")
+ token = getpass.getpass("Input the Jenkins token: ")
response = requests.post(
"{0}/build".format(JENKINS_URL),
params={