Skip to content

Commit

Permalink
Update src/ansys/dpf/core/settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellot000 authored Dec 8, 2023
1 parent 7d6f87e commit 50ebd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def get_runtime_client_config(server=None):
"""
from ansys.dpf.core.runtime_config import RuntimeClientConfig
from ansys.dpf import core
from ansys.dpf import core as root
if server is None:
server = core.SERVER
if server is not None and server.has_client():
Expand Down

0 comments on commit 50ebd01

Please sign in to comment.