summaryrefslogtreecommitdiff
path: root/openstackclient
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-06 21:38:28 +0000
committerGerrit Code Review <review@openstack.org>2017-03-06 21:38:28 +0000
commitca6f733f0f823ca427d003e9e20ae803b468f446 (patch)
tree3c86b9842faef0ce3a5e0608c2d153cb252f80af /openstackclient
parentd07704dd2560149036b099e9087ecd5bacdf4f78 (diff)
parent33b092fb9a7432dcb2302efc0ac6177fd3d092ad (diff)
downloadpython-openstackclient-ca6f733f0f823ca427d003e9e20ae803b468f446.tar.gz
Merge "Trivial Fix"
Diffstat (limited to 'openstackclient')
-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,