py_ext/PythonFileCTNMixin.py
changeset 1833 2269739dd098
parent 1777 c46ec818bdd7
child 1846 14b40afccd69
--- a/py_ext/PythonFileCTNMixin.py	Thu Sep 28 15:17:57 2017 +0300
+++ b/py_ext/PythonFileCTNMixin.py	Thu Sep 28 16:25:05 2017 +0300
@@ -95,8 +95,7 @@
 
     def CTNGenerate_C(self, buildpath, locations):
         # location string for that CTN
-        location_str = "_".join(map(lambda x: str(x),
-                                self.GetCurrentLocation()))
+        location_str = "_".join(map(str, self.GetCurrentLocation()))
         configname = self.GetCTRoot().GetProjectConfigNames()[0]
 
         pyextname = self.CTNName()