From 1645f28cf1c2920993ddd0353f4834e08e4ec574 Mon Sep 17 00:00:00 2001 From: Nikita Kniazev Date: Thu, 13 Dec 2018 18:58:33 +0000 Subject: boost_check_library: Python 3 compatible prints --- status/boost_check_library.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'status') diff --git a/status/boost_check_library.py b/status/boost_check_library.py index e75563936a..856d5dbcba 100644 --- a/status/boost_check_library.py +++ b/status/boost_check_library.py @@ -163,11 +163,11 @@ class check_library(): self.library_key = self.library.split('/',1)[1] if self.debug: - print ">>> cwd: %s"%(os.getcwd()) - print ">>> actions: %s"%(self.actions) - print ">>> boost_root: %s"%(self.boost_root) - print ">>> library: %s"%(self.library) - print ">>> jamfile: %s"%(self.jamfile) + print(">>> cwd: %s"%(os.getcwd())) + print(">>> actions: %s"%(self.actions)) + print(">>> boost_root: %s"%(self.boost_root)) + print(">>> library: %s"%(self.library)) + print(">>> jamfile: %s"%(self.jamfile)) for action in self.actions: action_m = "check_"+action.replace('-','_') -- cgit v1.2.1