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

Create directories when setting outputs #63

Merged
merged 1 commit into from
May 7, 2024
Merged

Create directories when setting outputs #63

merged 1 commit into from
May 7, 2024

Conversation

DavidStirling
Copy link
Member

Fixes #61

When the user enters a custom directory for outputs, logs or working directory by typing a path, you'd previously get an error if the path did not exist. With this PR the configurator will try to create any necessary directories and check write permissions before accepting the setting.

@sbesson sbesson closed this May 7, 2024
@sbesson sbesson reopened this May 7, 2024
@sbesson sbesson merged commit dd90194 into main May 7, 2024
6 checks passed
@sbesson sbesson deleted the createdir branch May 7, 2024 08:41
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.

Output directory must already exist when using the settings configurator
2 participants