Skip to content

Commit

Permalink
allapigen.py update 1
Browse files Browse the repository at this point in the history
  • Loading branch information
hpohekar committed Apr 5, 2024
1 parent 702353d commit 9f37717
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion codegen/allapigen.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ def _update_first_level(d, u):
api_tree, tuigen.generate(version, args.pyfluent_path, sessions)
)
_update_first_level(
api_tree, datamodelgen.generate(version, args.pyfluent_path, sessions)
api_tree,
datamodelgen.generate(version, args.pyfluent_path, sessions, False, True),
)
_update_first_level(
api_tree, settingsgen.generate(version, args.pyfluent_path, sessions)
Expand Down

0 comments on commit 9f37717

Please sign in to comment.