do not use 'relpath' when printing output file by davidmedinasigasi · Pull Request #661 · VUnit/vunit
This was causing issues when trying to output a XML
file in a different drive than the projects.
Close #654
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.
@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
changed the title
Removing relpath when printing output file
do not use 'relpath' when printing output file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters