diff --git a/Common/OpenFile.cpp b/Common/OpenFile.cpp
index dbad2b7f2c2b203887c3fd4c2785836153344b88..cfe2fd0f2236adb4bf054dd339ecf92cb5dd8724 100644
--- a/Common/OpenFile.cpp
+++ b/Common/OpenFile.cpp
@@ -428,14 +428,14 @@ int MergeFile(const std::string &fileName, bool warnIfMissing)
   }
   else if(ext == ".py"){
     FlGui::instance()->onelab->addSolver("python", fileName, "", 1);
-    onelab_cb(0, (void*)"check");
+    //onelab_cb(0, (void*)"check");
     status = 1;
-    /* tester ceci:
+    /* tester ceci:*/
     int num = defineSolver("python");
     opt_solver_executable(num, GMSH_SET, fileName);
     CTX::instance()->launchSolverAtStartup = num;
     return 1;
-    */
+    /**/
   }
 #endif
   else {