Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[MBI] Add missing "self" parameter.
[simgrid.git] / teshsuite / smpi / MBI / MBIutils.py
index 33255f9..0ae264d 100644 (file)
@@ -33,7 +33,7 @@ class AbstractTool:
         """
         # pass
 
-    def run(execcmd, filename, binary, num_id, timeout):
+    def run(self, execcmd, filename, binary, num_id, timeout):
         """Compile that test code and anaylse it with the Tool if needed (a cache system should be used)"""
         # pass