Merge "Remove white space between print () in cliutils.py"

This commit is contained in:
Jenkins 2017-01-19 09:57:32 +00:00 committed by Gerrit Code Review
commit 416a717ebc
1 changed files with 1 additions and 1 deletions

View File

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