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

data status: fix path for committed changes in Windows #8220

Merged
merged 1 commit into from
Sep 1, 2022

Conversation

skshetry
Copy link
Member

@skshetry skshetry commented Sep 1, 2022

The path we get from GitFileSystem is posixpath, even on Windows. We need to
convert that posixpath to os.path here.

Thank you for the contribution - we'll try to review it as soon as possible. πŸ™

The path we get from GitFileSystem is posixpath, even on Windows. We need to
convert that posixpath to os.path here.
@skshetry skshetry merged commit 8968405 into iterative:main Sep 1, 2022
@skshetry skshetry deleted the fix-paths branch September 1, 2022 04:17
@skshetry skshetry added p0-critical Critical issue. Needs to be fixed ASAP. bugfix fixes bug P: windows Related to the Platform: Windows labels Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix fixes bug P: windows Related to the Platform: Windows p0-critical Critical issue. Needs to be fixed ASAP.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants