Merge "Remove white space between print and ()"

This commit is contained in:
Jenkins 2016-10-17 08:35:25 +00:00 committed by Gerrit Code Review
commit 949b280e6b
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ def pretty_choice_list(l):
def exit(msg=''):
if msg:
print (msg, file=sys.stderr)
print(msg, file=sys.stderr)
sys.exit(1)