-
Notifications
You must be signed in to change notification settings - Fork 308
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
Logged config location #675
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.
I like how easy the prior work makes it to add a log message. I'd tweak the language. Also, can you add a test for it?
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.
Apologies again for the lag!
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.
Thanks for moving; just one nitpick on using accurate test names and docstrings.
Thanks for your patience on the merge; last time I looked there were some bizarre test failures that I wasn't ready to look into, but now I see things are passing. |
Continuing #674 on a new branch/PR. I used f-strings to log the config location instead of concatenation to stay consistent as advised by @sigmavirus24.