log typo correction

Change-Id: I616f8c4d6edf2922afe7d054af20a6002c9ad50c
This commit is contained in:
Kushal Agrawal 2018-05-10 15:19:50 +05:30
parent 1e503d88fc
commit 8ebd33cdc9
1 changed files with 1 additions and 1 deletions

View File

@ -573,7 +573,7 @@ class Engine(object):
if existing_blob else None
if existing_blob_status == "saving":
msg = _("Blob %(blob)s already exists for artifact and it"
"is in %(status) %(af)s") % {
"is in %(status)s %(af)s") % {
'blob': field_name, 'af': af.id,
'status': existing_blob_status}
raise exception.Conflict(message=msg)