From b6c6a23d7bb1b6727897c3911f28dcda67496ab8 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 1 Dec 2008 15:50:12 +0000 Subject: [PATCH] If the is stick on the previous word, we have to add a space ... --- salome_adm/cmake_files/am2cmake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salome_adm/cmake_files/am2cmake.py b/salome_adm/cmake_files/am2cmake.py index 3bdf93657..266fa6e11 100644 --- a/salome_adm/cmake_files/am2cmake.py +++ b/salome_adm/cmake_files/am2cmake.py @@ -102,7 +102,7 @@ class CMakeFile(object): # -- # Replace the composed lines separated by "\\n" by an unique line # -- - content = p_multiline.sub(r'', content) + content = p_multiline.sub(r' ', content) # -- content = content.replace("-no-undefined -version-info=0:0:0", "") -- 2.39.2