Remove extraneous space from error message

Follow-up to fix a typo noted during review of Change
I6d45aeab065197a85ce.

Change-Id: I38a7b5413268478415bc9fe9a4e9df950b53b63f
This commit is contained in:
Brian Rosmaita 2021-09-01 11:41:05 -04:00
parent 9ed7c16ef0
commit 8c7ca26fbb
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ LOG = logging.getLogger(__name__)
SNAPSHOT_IN_USE_FLAG_MSG = (
f"Since microversion {mv.SNAPSHOT_IN_USE} the 'force' flag is "
"invalid for this request. For backward compatability, however, when "
"the 'force' flag is passed with a value evaluating to True, it is "
"the 'force' flag is passed with a value evaluating to True, it is "
"silently ignored.")