Skip to content

Commit 33b092f

Browse files
committed
Trivial Fix
Add a space in the quota error message Change-Id: I159708b42e86f6b02f8733103a687561d550f650
1 parent 6abd38c commit 33b092f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/common/quota.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def take_action(self, parsed_args):
165165
**volume_kwargs)
166166
if network_kwargs:
167167
sys.stderr.write("Network quotas are ignored since quota class"
168-
"is not supported.")
168+
" is not supported.")
169169
else:
170170
project = utils.find_resource(
171171
identity_client.projects,

0 commit comments

Comments
 (0)