We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2734189 commit edf1ec5Copy full SHA for edf1ec5
src/ansys/dpf/core/operators/build.py
@@ -170,7 +170,7 @@ def build_operator(
170
171
172
def build_operators():
173
- print(f"Generating operators for server {dpf.SERVER.version}")
+ print(f"Generating operators for server {dpf.SERVER.version} ({dpf.SERVER.ansys_path})")
174
time_0 = time.time()
175
176
this_path = os.path.dirname(os.path.abspath(__file__))
0 commit comments