From 6629fa5c3dbdde769f015d6cb942b052296eaa44 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 20 Feb 2014 16:10:53 -0800 Subject: A tiny formatting cleanup --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasks.py') diff --git a/tasks.py b/tasks.py index 8c7dc40a..242f2536 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={ -- cgit v1.2.3