-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Write camera path to output dir if saving to the data dir fails #3476
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good! can you also add some sort of log statement informing users that the data dir is unwritable and that it instead wrote the path to this location?
Hi @kerrj, is there any comment to be addressed? |
@krahets can you also fix the linter error in core tests(Details)?
|
@jb-ye Fixed |
If we load data from a folder without write permissions, the
Generate Command
button in the render panel will not respond.A simple solution is to write it to the output directory if writing to the data folder fails.