Salome HOME
Correct the message when incompatible options are called
[tools/sat.git] / commands / profile.py
index cffb951e2fa0d5fc10cf7bfc4c6b83c4a168511e..6f9a0be4c34024c56bf80ef7f74b29e2852224df 100644 (file)
@@ -151,7 +151,7 @@ def generate_profile_sources( config, options, logger ):
     if res != 0:
         raise src.SatException(_("Cannot create application, code = %d\n")%res)
     else:
-        logger.write(_("Profile sources were generated in directory %s."%prefix),
+        logger.write(_("Profile sources were generated in directory %s.\n"%prefix),
                      3)
     return res