Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

do not use 'relpath' when printing output file #661

Merged
merged 1 commit into from
Jun 29, 2020

Conversation

davidmedinasigasi
Copy link
Contributor

@davidmedinasigasi davidmedinasigasi commented Jun 25, 2020

This was causing issues when trying to output a XML
file in a different drive than the projects.

Close #654

This was causing issues when trying to output a XML
file in a different drive than the projects.
Copy link
Collaborator

@eine eine left a comment

Choose a reason for hiding this comment

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

I think we should try relative_to first (see #654 (comment)). I that doesn't work, I'm ok with merging this.

@davidmedinasigasi
Copy link
Contributor Author

@eine I tried using relative_to but I got the same issue. The problem is that we're trying to make a path from one drive relative to a path from another drive.

@eine eine changed the title Removing relpath when printing output file do not use 'relpath' when printing output file Jun 29, 2020
@eine eine merged commit aab59a9 into VUnit:master Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

when running vunit from a subst drive, runner.py line 154 causes a failure (v4.4.0 / python 3.8.3))
2 participants