Просмотр исходного кода

boost_check_library: Python 3 compatible prints

Nikita Kniazev 7 лет назад
Родитель
Сommit
1645f28cf1
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      status/boost_check_library.py

+ 5 - 5
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('-','_')

粤ICP备19079148号