Skip to content

Commit

Permalink
Adds small update
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed Nov 11, 2024
1 parent 54bd906 commit ce4ab8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CIME/XML/env_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit ce4ab8d

Please sign in to comment.