You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great codebase - really helpful to have all this knowledge in one place!
I've started using pms as a library in my own project. A small problem I encountered is this line, which means I have to use force=True when I call logging.basicConfig in order for it to pick up my preferred settings.
Would it be possible to move that line to the pms.cli module? I reckon that should preserve the existing behaviour for CLI users. Happy to make a PR for it but thought it would be best to ask first.
The text was updated successfully, but these errors were encountered:
Would it be possible to move that line to the pms.cli module? I reckon that should preserve the existing behaviour for CLI users.
Happy to make a PR for it but thought it would be best to ask first.
Great codebase - really helpful to have all this knowledge in one place!
I've started using
pms
as a library in my own project. A small problem I encountered is this line, which means I have to useforce=True
when I calllogging.basicConfig
in order for it to pick up my preferred settings.Would it be possible to move that line to the
pms.cli
module? I reckon that should preserve the existing behaviour for CLI users. Happy to make a PR for it but thought it would be best to ask first.The text was updated successfully, but these errors were encountered: