From f58063578ca282d30320ea7febc50d78769e453b Mon Sep 17 00:00:00 2001 From: David Zafman Date: Mon, 1 Aug 2016 22:29:56 -0700 Subject: [PATCH] test: Removeall merged after print_function commit needs a fix Signed-off-by: David Zafman --- src/test/ceph_objectstore_tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/ceph_objectstore_tool.py b/src/test/ceph_objectstore_tool.py index eee6662a743ad..b28fc8c5300cd 100755 --- a/src/test/ceph_objectstore_tool.py +++ b/src/test/ceph_objectstore_tool.py @@ -594,7 +594,7 @@ def test_removeall(CFSD_PREFIX, db, OBJREPPGS, REP_POOL, CEPH_BIN, OSDDIR, REP_N TMPFILE = r"/tmp/tmp.{pid}".format(pid=os.getpid()) nullfd = open(os.devnull, "w") errors=0 - print "Test removeall" + print("Test removeall") kill_daemons() for nspace in db.keys(): for basename in db[nspace].keys(): -- 2.39.5