From: Arnaud Giersch Date: Thu, 10 Jan 2019 10:33:09 +0000 (+0100) Subject: Cosmetics: trailing withespaces. X-Git-Tag: v3_22~610 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b09448410649d436d9d90983d4de3b27923ee248 Cosmetics: trailing withespaces. --- diff --git a/tools/tesh/tesh.py b/tools/tesh/tesh.py index 0516672215..85300665c9 100755 --- a/tools/tesh/tesh.py +++ b/tools/tesh/tesh.py @@ -326,7 +326,7 @@ class Cmd(object): except PermissionError: print("["+FileReader().filename+":"+str(self.linenumber)+"] Cannot start '"+args[0]+"': The binary is not executable.") print("["+FileReader().filename+":"+str(self.linenumber)+"] Current dir: "+os.getcwd()) - tesh_exit(3) + tesh_exit(3) except NotADirectoryError: print("["+FileReader().filename+":"+str(self.linenumber)+"] Cannot start '"+args[0]+"': The path to binary does not exist.") print("["+FileReader().filename+":"+str(self.linenumber)+"] Current dir: "+os.getcwd())