From b09448410649d436d9d90983d4de3b27923ee248 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 10 Jan 2019 11:33:09 +0100 Subject: [PATCH] Cosmetics: trailing withespaces. --- tools/tesh/tesh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) -- 2.20.1