Skip to content

Commit

Permalink
WIP debug pylonbase lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
thiesmoeller committed Jun 17, 2024
1 parent 900b871 commit ea94907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ def get_pylon_version(self):
if lst:
dll_path = lst[0]
else:
raise EnvironmentError("could not find PylonBase")
raise EnvironmentError(f"could not find PylonBase in ->{dll_dir}<-")

# temporarily add dll dir to path
prev_path = os.environ['PATH']
Expand Down

0 comments on commit ea94907

Please sign in to comment.