Skip to content

Commit

Permalink
datamodelgen update 3
Browse files Browse the repository at this point in the history
  • Loading branch information
hpohekar committed Apr 5, 2024
1 parent c6d1227 commit f55bc75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions codegen/datamodelgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ def __init__(
)
if not self._static_info["solverworkflow"]:
del self._static_info["solverworkflow"]
if self.generate_py:
self._delete_generated_files()
self._populate_static_info()

def _get_static_info(self, rules: str, session: Session):
Expand Down
2 changes: 1 addition & 1 deletion doc/datamodel_rstgen.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Provides a module to generate the Fluent datamodel rst files."""
"""Provides a module to generate the Fluent Datamodel rst files."""

from ansys.fluent.core import FluentMode, launch_fluent
from ansys.fluent.core.utils.fluent_version import get_version_for_file_name
Expand Down

0 comments on commit f55bc75

Please sign in to comment.