-
Notifications
You must be signed in to change notification settings - Fork 18
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
fix: report directory is not exist #207
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.
Welcome!
Thank you for your contribution, indeed, no extra communication is needed here before starting :-)
39f09aa
to
309dc3c
Compare
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.
One more iteration 😉
309dc3c
to
cc922e2
Compare
Head branch was pushed to by a user without write access
Funny, it failed on permission for writing to the temp folder. |
Head branch was pushed to by a user without write access
b2f3ebf
to
d39383d
Compare
I tested it on #209 and if you set the permission of I think |
d39383d
to
8ec48b4
Compare
Well done and huge thanks! BTW, why do you force push every time? |
To keep the history to a single commit (I use commit --amend, and it requires rewriting the branch history). :) I'll try something else soon. |
Closes #200
I would usually start a discussion about a change before starting, but since this was just a tiny fix I skipped it this time. Hope that's Ok.
This adds a path existence check to the path(s) passed in and ensures the directory exists.
I submit this contribution under the Apache-2.0 license.