Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
codacy
[simgrid.git] / tools / tesh / tesh.py
index f0c7da4..51ba5d0 100755 (executable)
@@ -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