Skip to content

Commit

Permalink
fix(gfs-etl): Remove grib_errors kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Jun 12, 2024
1 parent 0f41606 commit e521ed3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion containers/gfs/download_combine_gfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def convert_file(file: str, outfolder: str) -> str | None:
file,
backend_kwargs={
"indexpath": "",
"grib_errors": "ignore",
"errors": "ignore",
},
)
Expand Down

0 comments on commit e521ed3

Please sign in to comment.