Skip to content

Commit

Permalink
fix deployment command
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Jul 18, 2024
1 parent 6bf2402 commit e4682b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/hal9/iobind.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def add_extension(path, contents):
path = path + ".pkl"
return Path(path)

def find_extension(path):
def find_extension(file_path):
if (file_path + '.json').exists():
return file_path + '.json'
return file_path + '.pkl'
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hal9"
version = "2.4.4"
version = "2.4.5"
description = ""
authors = ["Javier Luraschi <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit e4682b1

Please sign in to comment.