Skip to content

Commit

Permalink
Update ESMF_profiling/esmfFileParser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
minghangli-uni authored Oct 31, 2024
1 parent 922c63f commit 59f6666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESMF_profiling/esmfFileParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def build_ESMF_trees(self, lines):
return esmf_region

def _parse_line(self, line):
"""Parses a line from an ESMF file based on summary flag."""
"""Parses a line from an ESMF file."""
parts = re.split(r"\s{2,}", line.strip())
if not self.esmf_summary:
name = parts[0]
Expand Down

0 comments on commit 59f6666

Please sign in to comment.