From: Yoann AUDOUIN Date: Mon, 12 Jun 2017 06:50:21 +0000 (+0200) Subject: Missing : X-Git-Tag: Salome_8_3_Hydro_2_0rc1~14^2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4e450b1f76f4b6fd79f6927dc5586f3fe3b86681;p=modules%2Fhydrosolver.git Missing : --- diff --git a/src/salome_hydro/study.py b/src/salome_hydro/study.py index bc5f4d3..dfb0371 100644 --- a/src/salome_hydro/study.py +++ b/src/salome_hydro/study.py @@ -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 """