Merge "Remove white space between print and ()"

This commit is contained in:
Jenkins 2016-07-06 07:45:43 +00:00 committed by Gerrit Code Review
commit afb81cd022
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ class ServiceCommands(object):
print(_("Host not found. Failed to remove %(service)s"
" on %(host)s.") %
{'service': binary, 'host': host_name})
print (u"%s" % e.args)
print(u"%s" % e.args)
return 2
print(_("Service %(service)s on host %(host)s removed.") %
{'service': binary, 'host': host_name})