Skip to content

Commit 10a1f02

Browse files
committed
Test
1 parent 54b0481 commit 10a1f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualCaseGen/custom_widget_types/case_creator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def _update_modelgrid_aliases(self, custom_grid_path, ocn_grid, do_exec):
251251
modelgrid_aliases_xml = modelgrid_aliases_xml.as_posix()
252252

253253
# confirm that modelgrid_aliases xml file is writeable:
254-
if not is_ccs_config_writeable(self.cime):
254+
if not is_ccs_config_writeable(self._cime):
255255
raise RuntimeError(f"Cannot write to {modelgrid_aliases_xml}.")
256256

257257
# Construct the component grids string to be logged:

0 commit comments

Comments
 (0)