Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix data path resolution to allow absolute paths #182

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

djhi
Copy link
Contributor

@djhi djhi commented Aug 9, 2024

Description

We used to concatenate the provided data file path to the current directory. We should have used path.resolve instead.

Related Issue

Fixes #181

@djhi djhi merged commit 23600d5 into master Aug 9, 2024
1 check passed
@djhi djhi deleted the fix-data-path-resolution branch August 9, 2024 14:14
@djhi djhi added this to the 3.1.2 milestone Aug 9, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CLI Error when using absolute path for data file
1 participant