From 8c1d352927e783234734fecefb3170ad79948ec1 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 5 Jul 2017 17:06:25 +0200 Subject: [PATCH] codacy --- tools/tesh/tesh.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/tesh/tesh.py b/tools/tesh/tesh.py index f0c7da4f8d..51ba5d014d 100755 --- a/tools/tesh/tesh.py +++ b/tools/tesh/tesh.py @@ -152,10 +152,10 @@ class TeshState(Singleton): self.timeout = 10 # default value: 10 sec self.wrapper = None self.keep = False - + def add_thread(self, thread): self.threads.append(thread) - + def join_all_threads(self): for t in self.threads: t.acquire() @@ -170,7 +170,7 @@ class Cmd(object): self.timeout = TeshState().timeout self.args = None self.linenumber = -1 - + self.background = False self.cwd = None -- 2.20.1