From c891e56c9fa05e323218231b317ed696955d8ce8 Mon Sep 17 00:00:00 2001 From: Mainak Kundu Date: Tue, 5 Apr 2022 10:43:19 +0530 Subject: [PATCH] Re-enable project archive --- examples/01-parametric/parametric_static_mixer_2.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/01-parametric/parametric_static_mixer_2.py b/examples/01-parametric/parametric_static_mixer_2.py index bef3ebc23bf5..9a42c4e60c80 100755 --- a/examples/01-parametric/parametric_static_mixer_2.py +++ b/examples/01-parametric/parametric_static_mixer_2.py @@ -69,4 +69,9 @@ project_filepath_export = str( Path(pyfluent.EXAMPLES_PATH) / "static_mixer_study_export.flprj" ) -proj.export(project_filepath=project_filepath_export) \ No newline at end of file +proj.export(project_filepath=project_filepath_export) + +######################################################################### +# Archive the current project + +proj.archive()