Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(xmiwrapper): fix error with relative dll paths on Windows #114

Merged
merged 2 commits into from
Aug 16, 2023

Conversation

jdhughes-usgs
Copy link
Collaborator

  • On Windows a relative lib_dependency path results in OSError: [WinError 87] The parameter is incorrect

Closes #113

* On Windows a relative lib_dependency path results in `OSError: [WinError 87] The parameter is incorrect`

Closes Deltares#113
@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

Merging #114 (0aac516) into develop (bff6ccc) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff            @@
##           develop     #114   +/-   ##
========================================
  Coverage    87.92%   87.92%           
========================================
  Files            7        7           
  Lines          530      530           
========================================
  Hits           466      466           
  Misses          64       64           
Files Changed Coverage Δ
xmipy/xmiwrapper.py 87.82% <100.00%> (ø)

Copy link
Contributor

@Hofer-Julian Hofer-Julian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jdhughes-usgs!

I think your change is also valid for macOS and Linux, so I've added 0aac516 to your branch.

If you agree, we can merge this PR.

@jdhughes-usgs
Copy link
Collaborator Author

@Hofer-Julian I agree.

@Hofer-Julian Hofer-Julian merged commit 6136871 into Deltares:develop Aug 16, 2023
@jdhughes-usgs jdhughes-usgs deleted the issue-113 branch August 29, 2023 22:10
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue resolving relative lib_dependency path on Windows
2 participants