From 33b092fb9a7432dcb2302efc0ac6177fd3d092ad Mon Sep 17 00:00:00 2001 From: Reedip Date: Fri, 3 Mar 2017 22:09:29 -0500 Subject: [PATCH] Trivial Fix Add a space in the quota error message Change-Id: I159708b42e86f6b02f8733103a687561d550f650 --- openstackclient/common/quota.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstackclient/common/quota.py b/openstackclient/common/quota.py index afc6195f93..82fbf2bb07 100644 --- a/openstackclient/common/quota.py +++ b/openstackclient/common/quota.py @@ -165,7 +165,7 @@ class SetQuota(command.Command): **volume_kwargs) if network_kwargs: sys.stderr.write("Network quotas are ignored since quota class" - "is not supported.") + " is not supported.") else: project = utils.find_resource( identity_client.projects,