mirror of
https://github.com/boostorg/boost.git
synced 2025-04-04 21:15:01 +00:00
boost_check_library: Python 3 compatible prints
This commit is contained in:
parent
d3095768ff
commit
1645f28cf1
1 changed files with 5 additions and 5 deletions
|
@ -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('-','_')
|
||||
|
|
Loading…
Add table
Reference in a new issue