ConfigTreeNode.py
changeset 1833 2269739dd098
parent 1831 56b48961cc68
child 1846 14b40afccd69
--- a/ConfigTreeNode.py	Thu Sep 28 15:17:57 2017 +0300
+++ b/ConfigTreeNode.py	Thu Sep 28 16:25:05 2017 +0300
@@ -258,7 +258,7 @@
             }, ...]
         @return: [(C_file_name, CFLAGS),...] , LDFLAGS_TO_APPEND
         """
-        self.GetCTRoot().logger.write_warning(".".join(map(lambda x: str(x), self.GetCurrentLocation())) + " -> Nothing to do\n")
+        self.GetCTRoot().logger.write_warning(".".join(map(str, self.GetCurrentLocation())) + " -> Nothing to do\n")
         return [], "", False
 
     def _Generate_C(self, buildpath, locations):