summaryrefslogtreecommitdiff
path: root/openstackclient/common
diff options
context:
space:
mode:
authorReedip <reedip14@gmail.com>2017-03-03 22:09:29 -0500
committerReedip <reedip.banerjee@gmail.com>2017-03-05 18:21:46 +0000
commit33b092fb9a7432dcb2302efc0ac6177fd3d092ad (patch)
tree8f654405696e9ca31eb4639bd68dc427cce708dd /openstackclient/common
parent6abd38cd46ade11a7509448fc6582559c2968283 (diff)
downloadpython-openstackclient-33b092fb9a7432dcb2302efc0ac6177fd3d092ad.tar.gz
Trivial Fix
Add a space in the quota error message Change-Id: I159708b42e86f6b02f8733103a687561d550f650
Diffstat (limited to 'openstackclient/common')
-rw-r--r--openstackclient/common/quota.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/common/quota.py b/openstackclient/common/quota.py
index afc6195f..82fbf2bb 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,