diff --git a/wetb/prepost/Simulations.py b/wetb/prepost/Simulations.py index 427e89f44071247afd43352264aaa71d90f976fc..2dadaca4b5cefdf2a3af343f809636f8d32fedef 100755 --- a/wetb/prepost/Simulations.py +++ b/wetb/prepost/Simulations.py @@ -5176,6 +5176,13 @@ class Cases(object): csv_table.flush() h5f.close() + def force_lower_case_id(self): + """Keep for backwards compatibility with the dlctemplate.py + """ + msg = "force_lower_case_id is depricated and is integrated in " + msg += "Cases.createcase() instead." + raise DeprecationWarning(msg) + class EnvelopeClass(object): """