From ce4ab8dc06effcf3050e70bdaae4c04b7a9eab02 Mon Sep 17 00:00:00 2001 From: Jason Boutte Date: Mon, 11 Nov 2024 11:30:40 -0800 Subject: [PATCH] Adds small update --- CIME/XML/env_batch.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CIME/XML/env_batch.py b/CIME/XML/env_batch.py index da572196f68..285f0e4c062 100644 --- a/CIME/XML/env_batch.py +++ b/CIME/XML/env_batch.py @@ -1487,8 +1487,7 @@ def compare_xml(self, other): else: xmldiffs.update(self._compare_node(node1, node2)) - f1groups = self.get_children("group") - for node in f1groups: + for node in self.get_children("group"): group = self.get(node, "id") f2group = other.get_child("group", attributes={"id": group}) xmldiffs.update(