From c1ddf265e6de4ae3e9e2aefe7917ddebc224bd35 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Mon, 16 Dec 2024 15:07:27 -0700 Subject: [PATCH] docker is not a machine, ubuntu_latest is --- CIME/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CIME/utils.py b/CIME/utils.py index 0f642af4778..dbd05217d92 100644 --- a/CIME/utils.py +++ b/CIME/utils.py @@ -1583,7 +1583,7 @@ def get_charge_account(machobj=None, project=None): >>> import CIME >>> import CIME.XML.machines - >>> machobj = CIME.XML.machines.Machines(machine="docker") + >>> machobj = CIME.XML.machines.Machines(machine="ubuntu-latest") >>> project = get_project(machobj) >>> charge_account = get_charge_account(machobj, project) >>> project == charge_account