mirror of
https://github.com/boostorg/boost.git
synced 2026-01-18 13:31:28 +01:00
boost_check_library: Python 3 compatible prints
This commit is contained in:
committed by
Peter Dimov
parent
d3095768ff
commit
1645f28cf1
@@ -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('-','_')
|
||||
|
||||
Reference in New Issue
Block a user