X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/890bfc8a04d6a07a406a3f583decf4d61f574370..e612178e5914b6c6cb9ab947e5a433f9a498ca22:/tools/tesh/tesh.py?ds=sidebyside diff --git a/tools/tesh/tesh.py b/tools/tesh/tesh.py index 1e67418eff..7f3aca4df6 100755 --- a/tools/tesh/tesh.py +++ b/tools/tesh/tesh.py @@ -222,6 +222,7 @@ class Cmd(object): if file is None: fatal_error("Unable to create file "+filename) file.write("\n".join(self.input_pipe)) + file.write("\n") file.close() def _cmd_cd(self, argline):