From 4e450b1f76f4b6fd79f6927dc5586f3fe3b86681 Mon Sep 17 00:00:00 2001 From: Yoann AUDOUIN Date: Mon, 12 Jun 2017 08:50:21 +0200 Subject: [PATCH] Missing : --- src/salome_hydro/study.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 """ -- 2.39.2