Skip to content

Commit

Permalink
docker is not a machine, ubuntu_latest is
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 16, 2024
1 parent 3967c7f commit c1ddf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CIME/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1ddf26

Please sign in to comment.