Skip to content

Commit b297bac

Browse files
authored
Re-enable project archive (#259)
1 parent 87ec17c commit b297bac

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/01-parametric/parametric_static_mixer_2.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,9 @@
6969
project_filepath_export = str(
7070
Path(pyfluent.EXAMPLES_PATH) / "static_mixer_study_export.flprj"
7171
)
72-
proj.export(project_filepath=project_filepath_export)
72+
proj.export(project_filepath=project_filepath_export)
73+
74+
#########################################################################
75+
# Archive the current project
76+
77+
proj.archive()

0 commit comments

Comments
 (0)