Skip to content

fix: Fix MacOS path resolution failures and surface temp directory cleanup errors #183

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

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

filipchristiansen
Copy link
Contributor

@filipchristiansen filipchristiansen commented Feb 17, 2025

- Remove unnecessary _normalize_path(path.resolve()) calls, using path directly for ingestion
- Remove ignore_errors=True from shutil.rmtree to allow proper error reporting
@filipchristiansen filipchristiansen force-pushed the refactor/remove-redundant-path-resolution branch from b21cc74 to 070121c Compare February 17, 2025 14:03
@cyclotruc cyclotruc merged commit dc1224d into main Feb 17, 2025
18 checks passed
@filipchristiansen filipchristiansen deleted the refactor/remove-redundant-path-resolution branch February 17, 2025 18:15
filipchristiansen added a commit that referenced this pull request Mar 13, 2025
- Remove unnecessary _normalize_path(path.resolve()) calls, using path directly for ingestion
- Remove ignore_errors=True from shutil.rmtree to allow proper error reporting
filipchristiansen added a commit that referenced this pull request Mar 13, 2025
- Remove unnecessary _normalize_path(path.resolve()) calls, using path directly for ingestion
- Remove ignore_errors=True from shutil.rmtree to allow proper error reporting

Signed-off-by: Filip Christiansen <22807962+filipchristiansen@users.noreply.github.com>
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.

2 participants