diff --git a/utils/python/CIME/case_run.py b/utils/python/CIME/case_run.py index 11e52c7dad2..0d4224fd873 100644 --- a/utils/python/CIME/case_run.py +++ b/utils/python/CIME/case_run.py @@ -200,7 +200,7 @@ def case_run(case): # system will support them try: resource.setrlimit(resource.RLIMIT_CORE, (resource.RLIM_INFINITY, resource.RLIM_INFINITY)) - except resource.error: + except: pass data_assimilation = case.get_value("DATA_ASSIMILATION")