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

output: use path instead of relpath #9673

Merged
merged 1 commit into from
Jun 29, 2023
Merged

Conversation

efiop
Copy link
Contributor

@efiop efiop commented Jun 29, 2023

Relpath might not exist (e.g. on windows between different drives), we should just use path as is and not get too fancy with the ui, unless we want to constantly keep ValueError in mind when using relpath for ui needs all over the place.

These operations should use index, where we always have current directory and relative paths, so the ui will change accordingly anyway.

Relpath might not exist (e.g. on windows between different drives),
we should just use path as is and not get too fancy with the ui,
unless we want to constantly keep ValueError in mind when using
relpath for ui needs all over the place.

These operations should use index, where we always have current
directory and relative paths, so the ui will change accordingly
anyway.
@efiop efiop closed this Jun 29, 2023
@efiop efiop reopened this Jun 29, 2023
@efiop efiop merged commit 6e6d925 into iterative:main Jun 29, 2023
13 of 20 checks passed
skshetry added a commit that referenced this pull request Jul 9, 2023
skshetry added a commit that referenced this pull request Jul 9, 2023
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.

1 participant