Skip to content

Commit c5800c4

Browse files
Gobot1234Copilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent dc35b7e commit c5800c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/fluent/core/parametric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def __init__(
303303

304304
self.case_filepath = os.fspath(case_filepath)
305305
base_design_point = LocalDesignPoint(base_design_point_name)
306-
case_reader = CaseReader(case_file_name=case_filepath)
306+
case_reader = CaseReader(case_file_name=self.case_filepath)
307307

308308
base_design_point.input_parameters = {
309309
p.name: p.value for p in case_reader.input_parameters()

0 commit comments

Comments
 (0)