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 f3fe16c commit aaa1a56Copy full SHA for aaa1a56
src/ansys/dpf/core/operators/build.py
@@ -234,6 +234,7 @@ def build_operators():
234
# Write to operator file
235
operator_file = os.path.join(category_path, scripting_name + ".py")
236
with open(operator_file, "wb") as f:
237
+ operator_str = scripting_name
238
try:
239
operator_str = build_operator(
240
specification,
0 commit comments