summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v3/endpoint.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-06-06 13:06:46 +0000
committerGerrit Code Review <review@openstack.org>2016-06-06 13:06:47 +0000
commit9504b7973e3b72adf7cc95062f74f358b0d4b35d (patch)
tree183dfb9282fbbc1e897eb8c1bc34fb80b622adb4 /openstackclient/identity/v3/endpoint.py
parent275753baccee81e16120b6e2165fc61672c81544 (diff)
parent54e81a9984fc9558461a45807188b6892a7b97ce (diff)
downloadpython-openstackclient-9504b7973e3b72adf7cc95062f74f358b0d4b35d.tar.gz
Merge "Add newline to strings in stdout/stderr.write()"
Diffstat (limited to 'openstackclient/identity/v3/endpoint.py')
-rw-r--r--openstackclient/identity/v3/endpoint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/identity/v3/endpoint.py b/openstackclient/identity/v3/endpoint.py
index b03b78ce..5bc9d06b 100644
--- a/openstackclient/identity/v3/endpoint.py
+++ b/openstackclient/identity/v3/endpoint.py
@@ -213,7 +213,7 @@ class SetEndpoint(command.Command):
if (not parsed_args.interface and not parsed_args.url
and not parsed_args.service and not parsed_args.region
and not parsed_args.enabled and not parsed_args.disabled):
- sys.stdout.write("Endpoint not updated, no arguments present")
+ sys.stdout.write("Endpoint not updated, no arguments present\n")
return
service_id = None