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

Provide feedback when DROID signature file isn't available #255

Merged
merged 2 commits into from
Jan 17, 2025

Conversation

ross-spencer
Copy link
Collaborator

Additionally, clean up some excess config.DROID() calls when roy inits.

Roy needs to be able to access a nested set of directories.
If they don't exist, roy errors. We can mirror `mkdir -p` (create
parents if not exist) with `MkDirAll(...)`.
A number of calls are made to retrieve the default location of the
DROID signature file dynamically. These are turned into a single
call in the app init. Further, there is a bit more feedback during
harvest to provide the user with more info when a DROID signature
file does not exist.
@richardlehane richardlehane merged commit 8e62162 into develop Jan 17, 2025
24 checks passed
@richardlehane richardlehane deleted the dev/droid-sig-feedback branch January 17, 2025 22:59
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.

2 participants