You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self._assign_grids_through_ccs_config=notccs_config_read_only# By default, visualCaseGen assigns grids through ccs_config, if not possible (which is possible if the user does not own the sandbox), it applies the change through xml case changes.
43
+
self._assign_grids_through_ccs_config=is_ccs_config_writeable(cime) # By default, visualCaseGen assigns grids through ccs_config, if not possible (which can happen if the user does not own the sandbox), it applies the change through xml case changes.
44
44
45
45
defrevert_launch(self, do_exec=True):
46
46
"""This function is called when the case creation fails. It reverts the changes made
0 commit comments