Salome HOME
Missing :
authorYoann AUDOUIN <B61570@dsp0761867.postes.calibre.edf.fr>
Mon, 12 Jun 2017 06:50:21 +0000 (08:50 +0200)
committerYoann AUDOUIN <B61570@dsp0761867.postes.calibre.edf.fr>
Mon, 12 Jun 2017 06:50:21 +0000 (08:50 +0200)
src/salome_hydro/study.py

index bc5f4d39b92c1bdee149f010225b525c30e0470b..dfb0371494f6691871ad52d65cc335851a669a49 100644 (file)
@@ -171,7 +171,7 @@ class HydroStudyEditor:
                                             comment = str(filePath),
                                             typeId = TELEMAC2D_CASE_TYPE_ID)
 
-    def generate_study_script(self, filePath)
+    def generate_study_script(self, filePath):
         """
         Generating a python script from the eficas info
         """
@@ -184,7 +184,7 @@ class HydroStudyEditor:
         python_script = generate_study_script(params)
         print python_script
 
-    def generate_study_yacs(self, filePath)
+    def generate_study_yacs(self, filePath):
         """
         Generating a yacs file from the eficas info
         """