Skip to content

Commit

Permalink
fix: new line at end of archive requests
Browse files Browse the repository at this point in the history
  • Loading branch information
gmertes committed Dec 9, 2024
1 parent 8564242 commit b7b1440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/anemoi/inference/outputs/gribfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,4 @@ def _patch(r):
requests.append(request)

json.dump(requests, f, indent=indent)
f.write("\n")

0 comments on commit b7b1440

Please sign in to comment.