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

Allow tilde expansion for all input and output folders #44

Merged

Conversation

krisvanneste
Copy link
Collaborator

@krisvanneste krisvanneste commented Jul 25, 2023

In this patch, I moved code to sanitize a path from the ssp_setup.move_outdir function to a new fix_and_expand_path function, and I added support for tilde expansion.
In the ssp_setup.configure function, all path variables in options and config are then parsed with the new fix_and_expand_path function.

krisvanneste and others added 4 commits July 25, 2023 16:17
…expand_path function, and added support for tilde expansion.

Parse all paths in options and config with fix_and_expand_path in configure function.
Simplified path manipulation in move_outdir function.
@claudiodsf claudiodsf mentioned this pull request Aug 17, 2023
@claudiodsf claudiodsf merged commit 39c3bd2 into SeismicSource:main Aug 17, 2023
2 checks passed
@claudiodsf
Copy link
Member

All my tests are passing now. Merged!

Thanks Kris!

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