X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=commands%2Ftest.py;h=9baf117d2243642a22d2a8c06231db8d05ffb441;hb=86042d1d4bc886479259b14865ad220f1a8c8a1a;hp=55c748b0304b5d7a152825951bda282e7433959c;hpb=b1cb7e4c7a200d88ad5ab151e4b4402f4d2ded0d;p=tools%2Fsat.git diff --git a/commands/test.py b/commands/test.py index 55c748b..9baf117 100644 --- a/commands/test.py +++ b/commands/test.py @@ -541,7 +541,8 @@ def run(args, runner, logger): retcode, "Click on the link to get the detailed test results") - logger.write(_("Removing the temporary directory: rm -rf %s\n" % test_runner.tmp_working_dir), 5) + logger.write(_("Removing the temporary directory: " + "rm -rf %s\n" % test_runner.tmp_working_dir), 5) if os.path.exists(test_runner.tmp_working_dir): shutil.rmtree(test_runner.tmp_working_dir)