Skip to content

Commit

Permalink
ci: Generate Fluent journals
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 committed Nov 26, 2024
1 parent fae30a8 commit cffa3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/fluent_test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def run_fluent_test(
src_gen_dir = (
Path(pyfluent.__file__).parent / "ansys" / "fluent" / "core" / "generated"
)
dst_gen_dir = f"/ansys_inc/v{verion_for_file_name}/fluent/fluent{FluentVersion.current_dev()}/cortex/pylib/flapi/generated"
dst_gen_dir = f"/ansys_inc/v{verion_for_file_name}/fluent/fluent{FluentVersion.current_dev()!r}/cortex/pylib/flapi/generated"
dst_test_dir = "/testing"
working_dir = Path(dst_test_dir)
parent = journal_file.parent
Expand Down

0 comments on commit cffa3fe

Please sign in to comment.