Merge "Remove blank space after print"

This commit is contained in:
Jenkins 2014-03-21 14:54:09 +00:00 committed by Gerrit Code Review
commit 32dcd52f76
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ import urllib
def print_usage():
print ("Usage: %s [jenkins_url (eg. http://50.56.12.202:8080/)]"
% sys.argv[0])
print("Usage: %s [jenkins_url (eg. http://50.56.12.202:8080/)]"
% sys.argv[0])
sys.exit()