Skip to content

Commit

Permalink
remove unnecessary close following tarfile add (NOAA-EMC#2862)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Sep 17, 2024
1 parent 0ab7bdd commit 8b627a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ush/python/pygfs/task/atm_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ def finalize(self) -> None:
for tlapfile in tlaplist:
radbcor.add(tlapfile, arcname=os.path.basename(tlapfile))
logger.info(f"Add {radbcor.getnames()}")
radbcor.close()

# Copy FV3 atm increment to comrot directory
logger.info("Copy UFS model readable atm increment file")
Expand Down

0 comments on commit 8b627a1

Please sign in to comment.