Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Oct 9, 2023
1 parent 09591a8 commit 34767cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ai_models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# granted to it by virtue of its status as an intergovernmental organisation
# nor does it submit to any jurisdiction.

__version__ = "0.2.10"
__version__ = "0.2.11"
2 changes: 1 addition & 1 deletion ai_models/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def write(self, *args, **kwargs):
def collect_archive_requests(self, written):
if self.archive_requests:
handle, path = written
if self.hindcast_reference_date:
if self.hindcast_reference_year:
# The clone is necessary because the handle
# does not return always return recently set keys
handle = handle.clone()
Expand Down

0 comments on commit 34767cd

Please sign in to comment.