Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/ansys/fluent/core/launcher/standalone_launcher.py
Co-authored-by: Copilot <[email protected]>
  • Loading branch information
prmukherj and Copilot authored Dec 11, 2025
commit be4c754520a3be9c3de4852ba18ff1a0667c0efb
2 changes: 2 additions & 0 deletions src/ansys/fluent/core/launcher/standalone_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ def __init__(
certificates_folder: str | None = None,
insecure_mode: bool = False,
):
self.certificates_folder = certificates_folder
self.insecure_mode = insecure_mode
"""
Launch a Fluent session in standalone mode.

Expand Down
Loading