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

Improve handling of file paths for absolute paths internally #187

Conversation

soaressgabriel
Copy link
Collaborator

Checklist

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Added tests for changed code.
  • Updated documentation for changed code.

Description

  • The changes involve modifying the code to use os.path.abspath() alongside os.path.join() to construct paths within the application, ensuring consistency and compatibility across different platforms.

Related Issue

Motivation and context

How has this been tested

  • Testing was conducted by running the application on multiple platforms, including Windows, and Linux, to ensure consistent behavior.

Screenshots

  • N/A

@soaressgabriel soaressgabriel self-assigned this Mar 21, 2024
@soaressgabriel soaressgabriel linked an issue Mar 21, 2024 that may be closed by this pull request
@soaressgabriel soaressgabriel merged commit aa8109a into main Mar 21, 2024
3 checks passed
@soaressgabriel soaressgabriel deleted the task/186-improve-handling-of-file-paths-for-absolute-paths-internally branch March 21, 2024 13:27
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.

Improve handling of file paths for absolute paths internally
1 participant