From 14774b987b2db13e4ecb2c9b4097a18611557aeb Mon Sep 17 00:00:00 2001 From: Frode Nordahl Date: Fri, 2 Nov 2018 09:07:30 +0100 Subject: [PATCH] Fix py3 Syntax error Change-Id: I1aab038cbd9c010296c8c3aa67ae50b3ee27cfd4 --- tests/basic_deployment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/basic_deployment.py b/tests/basic_deployment.py index 5106abca..44d1f517 100644 --- a/tests/basic_deployment.py +++ b/tests/basic_deployment.py @@ -551,7 +551,7 @@ class CephRadosGwBasicDeployment(OpenStackAmuletDeployment): try: conn.put_container(container) except swiftclient.exceptions.ClientException as e: - print "EXCEPTION", e.http_status + print("EXCEPTION {}".format(e.http_status)) if e.http_status == 409: # Ceph RadosGW is currently configured with a global namespace # for container names. Make use of this to verify that we