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

[FIX] Output RIA path not found error #178

Merged
merged 1 commit into from
Oct 14, 2024
Merged

Conversation

tientong98
Copy link
Contributor

@tientong98 tientong98 commented Oct 12, 2024

For self.output_ria_path and actual_output_ria_data_dir: os.readlink returns path prepended with file:// that will fail assert op.exists()

Add urlparse to fix.

os.readlink returns path prepended with  that will fail assert op.exists()
@tientong98 tientong98 added the bug Issues noting problems and PRs fixing those problems. label Oct 12, 2024
@tientong98 tientong98 changed the title [FIX] self.output_ria_path and actual_output_ria_data_dir [FIX] Output RIA path not found error Oct 14, 2024
@asmacdo
Copy link
Collaborator

asmacdo commented Oct 14, 2024

I've investigated the test failure which is unrelated to this work. #180

That may take some time to fix, so I recommend not blocking this PR on that.

@tientong98 tientong98 merged commit dc3ad14 into main Oct 14, 2024
7 of 8 checks passed
@tientong98 tientong98 deleted the fix/dir_not_exist_err branch October 14, 2024 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues noting problems and PRs fixing those problems.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants