Skip to content

Commit edf1ec5

Browse files
committed
Print server path for operator generation
1 parent 2734189 commit edf1ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dpf/core/operators/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def build_operator(
170170

171171

172172
def build_operators():
173-
print(f"Generating operators for server {dpf.SERVER.version}")
173+
print(f"Generating operators for server {dpf.SERVER.version} ({dpf.SERVER.ansys_path})")
174174
time_0 = time.time()
175175

176176
this_path = os.path.dirname(os.path.abspath(__file__))

0 commit comments

Comments
 (0)