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

add support for dir_input and dir_output #175

Merged
merged 1 commit into from
Nov 23, 2021
Merged

add support for dir_input and dir_output #175

merged 1 commit into from
Nov 23, 2021

Conversation

visr
Copy link
Member

@visr visr commented Nov 18, 2021

Until now, the paths to the files were all either absolute or relative to the TOML. This makes is flexible because you can point to wherever you want. One downside, compared to the more rigid approach used before, is that it makes it hard to try quickly send all output to a new directory when trying things out, as you have to change all the output paths in the TOML.

This should relieve that, as you can now just add a dir_input and dir_output key in the TOML. If they are not added, nothing changes, so this is not breaking. These folders are only used for paths that are not absolute. dir_input and dir_output can also be absolute if needed.

@visr visr requested a review from verseve November 18, 2021 16:15
@verseve verseve merged commit db5e58d into master Nov 23, 2021
@verseve verseve deleted the dir_output branch November 23, 2021 09:08
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.

None yet

2 participants