Fix missing space before end quote
Fix missing space before end quote for log error of reset task state. Partial-change: #844497 Change-Id: I856531a2d50aab6ea11ebbc13b493b5d8b30d83a
This commit is contained in:
parent
23988df0b6
commit
992a94247a
@ -789,7 +789,7 @@ class SetShare(command.Command):
|
|||||||
try:
|
try:
|
||||||
share_obj.reset_task_state(parsed_args.task_state)
|
share_obj.reset_task_state(parsed_args.task_state)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
LOG.error(_("Failed to update share task state"
|
LOG.error(_("Failed to update share task state "
|
||||||
"%s"), e)
|
"%s"), e)
|
||||||
result += 1
|
result += 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user