Skip to content

Commit

Permalink
check container mode 1
Browse files Browse the repository at this point in the history
  • Loading branch information
hpohekar committed Oct 22, 2024
1 parent bbf817c commit a9b71fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ansys/fluent/core/launcher/fluent_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ def configure_container_dict(
if not license_server:
license_server = None # os.getenv("ANSYSLMD_LICENSE_FILE")

if not license_server:
raise LicenseServerNotSpecified()
# if not license_server:
# raise LicenseServerNotSpecified()
container_dict.update(
environment={
"ANSYSLMD_LICENSE_FILE": license_server,
Expand Down

0 comments on commit a9b71fe

Please sign in to comment.