Skip to content

Commit

Permalink
improve method for future linux support
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcapodi78 authored and maxcapodi78 committed Jul 26, 2023
1 parent cde2f32 commit f57141e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyaedt/icepak.py
Original file line number Diff line number Diff line change
Expand Up @@ -2724,7 +2724,8 @@ def generate_fluent_mesh(
"-i",
'"' + fl_uscript_file_pointer + '"',
]
self.logger.info("Fluent is starting in BG.")
self.logger.info("Fluent is starting in Background with command line")
self.logger.info(" ".join(fl_ucommand))

Check warning on line 2728 in pyaedt/icepak.py

View check run for this annotation

Codecov / codecov/patch

pyaedt/icepak.py#L2727-L2728

Added lines #L2727 - L2728 were not covered by tests
subprocess.call(fl_ucommand)
if os.path.exists(mesh_file_pointer + ".trn"):
os.remove(mesh_file_pointer + ".trn")
Expand Down

0 comments on commit f57141e

Please sign in to comment.