Skip to content

Commit ca6f733

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Trivial Fix"
2 parents d07704d + 33b092f commit ca6f733

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)