summaryrefslogtreecommitdiff
path: root/openstackclient/common
diff options
context:
space:
mode:
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 e177fbce..f85d550b 100644
--- a/openstackclient/common/quota.py
+++ b/openstackclient/common/quota.py
@@ -142,7 +142,7 @@ class SetQuota(command.Command):
if (compute_kwargs == {} and volume_kwargs == {}
and network_kwargs == {}):
- sys.stderr.write("No quotas updated")
+ sys.stderr.write("No quotas updated\n")
return
if parsed_args.project: