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: update path resolution logic for development environment #15

Merged
merged 1 commit into from
Dec 21, 2024

Conversation

rodrigoluizs
Copy link
Owner

@rodrigoluizs rodrigoluizs commented Dec 21, 2024

Description

Update the path resolution logic to use the project root directory as the base during development, ensuring paths are resolved correctly.

Changes

  • Updated path resolution in file_utils.py to utilize the project root directory.
  • Added unit tests in test_file_utils.py to verify the updated path resolution logic.

Motivation and Context

The previous path resolution logic did not resolve paths correctly during development. The changes ensure paths are consistently resolved relative to the project root.

Checklist

  • I have tested the changes locally.
  • Documentation has been updated if necessary.
  • This PR is ready for review.

@rodrigoluizs rodrigoluizs self-assigned this Dec 21, 2024
@rodrigoluizs rodrigoluizs force-pushed the rodrigoluizs/fix-path-resolution-development branch from 9dfdcbe to 0e18cdc Compare December 21, 2024 13:27
Updated the path resolution logic in file_utils.py to utilize the project root directory as the base during development. Added new unit tests to ensure proper functionality of the updated logic.
@rodrigoluizs rodrigoluizs force-pushed the rodrigoluizs/fix-path-resolution-development branch from 0e18cdc to 015dab5 Compare December 21, 2024 13:28
@rodrigoluizs rodrigoluizs merged commit 1db150e into main Dec 21, 2024
2 checks passed
@rodrigoluizs rodrigoluizs deleted the rodrigoluizs/fix-path-resolution-development branch December 21, 2024 13:29
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