Remove white space between print ()

There is a white space in line [print (*,
then we remove it.

Change-Id: I0d4b2e11f690810e1fadd7d119083ad97d9943e0
This commit is contained in:
Cao Xuan Hoang 2017-01-16 10:25:03 +07:00
parent 3c29ff2ae5
commit 2cb00dbbd9
1 changed files with 1 additions and 1 deletions

View File

@ -839,7 +839,7 @@ def do_package_import(mc, args):
# NOTE(jose-phillips) Leave a Warning to users in case some packages
# can be uploaded successfully.
if imported_list:
print ("Warning: there were some errors during the operation.")
print("Warning: there were some errors during the operation.")
sys.exit(1)
else:
sys.exit(1)