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

Error when loading input files from a subdirectory #16

Closed
Rog3rSm1th opened this issue Mar 21, 2022 · 0 comments
Closed

Error when loading input files from a subdirectory #16

Rog3rSm1th opened this issue Mar 21, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Rog3rSm1th
Copy link
Owner

When loading an input file from a subdirectory of the input directory, we have a bug.

For example:

my_file = frelatage.Input("./subdir/myfile")

Tries reates a temporary file in /tmp/frelatage/0/0/subdir/myfile when it should copy the file to /tmp/frelatage/0/0/myfile.

@Rog3rSm1th Rog3rSm1th added the bug Something isn't working label Mar 21, 2022
@Rog3rSm1th Rog3rSm1th self-assigned this Mar 21, 2022
Rog3rSm1th added a commit that referenced this issue Mar 21, 2022
Allow to load input files from subdirectories, fix #16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant