Skip to content

Commit ca6f81f

Browse files
authored
Rename input variable from x to value to match naming conventions (#368)
Renamed the input variable from `x` to `value` in the operation parameter to align with naming conventions. User Story: https://tfs.ansys.com:8443/tfs/ANSYS_Development/Portfolio/_workitems/edit/1289662
1 parent e2071e6 commit ca6f81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dynamicreporting/core/utils/report_objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2709,7 +2709,7 @@ def add_operation(
27092709
name=None,
27102710
output_name="output row",
27112711
select_names="*",
2712-
operation="x",
2712+
operation="value",
27132713
):
27142714
if name is None:
27152715
name = ["*"]

0 commit comments

Comments
 (0)