Skip to content

Commit

Permalink
fix(to_phpp): Localization path
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-p-may committed Dec 7, 2022
1 parent c0d9c16 commit 492f43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHX/hbjson_to_phpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# -------------------------------------------------------------------------
xl = xl_app.XLConnection(xl_framework=xw, output=print)
shape_file_dir = pathlib.Path(
folders.python_package_path, "PHX", "to_PHPP", "phpp_localization"
folders.python_package_path, "PHX", "PHPP", "phpp_localization"
)
phpp_shape_file = phpp_app.get_shape_file(xl, shape_file_dir)
phpp_shape = PhppShape.parse_file(phpp_shape_file)
Expand Down

0 comments on commit 492f43d

Please sign in to comment.