Merge "Remove extraneous space from error message"

This commit is contained in:
Zuul 2021-09-02 23:52:17 +00:00 committed by Gerrit Code Review
commit 948069d29f

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.")