Skip to content

Commit

Permalink
follow up fix
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Jul 17, 2024
1 parent 5db06b0 commit 6e37004
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

## 2.4.1

- Add support for `--data` in deployment

## 2.4.0

- Add support for `pkl` files extensions
- Add support for `--data` in deployment

## 2.3.9

Expand Down
2 changes: 1 addition & 1 deletion python/hal9/iobind.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def add_extension(path, contents):
if not extension:
if isinstance(contents, dict):
path = path + ".json"
else
else:
path = path + ".pkl"
return Path(path)

Expand Down

0 comments on commit 6e37004

Please sign in to comment.