Skip to content

Commit

Permalink
Merge pull request #1145 from wenfer/master
Browse files Browse the repository at this point in the history
fix pyinstaller   get_hook_dirs error
  • Loading branch information
Thrameos authored Dec 10, 2023
2 parents 536a89e + 35de3e1 commit e9a921d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpype/_pyinstaller/entry_points.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


def get_hook_dirs():
return [fspath(_pyinstaller_path)]
return [fspath(str(_pyinstaller_path))]


def get_PyInstaller_tests():
Expand Down

0 comments on commit e9a921d

Please sign in to comment.