-
Notifications
You must be signed in to change notification settings - Fork 24
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
Breaking change in API #10
Comments
You can replace The rest less so, please take a look at pimutils/vdirsyncer@6954b26 You could detect the version of click-log and apply the correct decorators depending on that. |
@untitaker Thanks for the quick response. I think I'll have to do detect the version and then either provide |
Just curious, isn't it an option for you to set a minimum requirement on the
click-log version?
…On Mon, Sep 04, 2017 at 12:52:55PM +0000, Daniel Chatfield wrote:
@untitaker Thanks for the quick response.
I think I'll have to do detect the version and then either provide `logger` or not depending on the version.
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#10 (comment)
|
@untitaker It's used in a bunch of internal tools that people usually update by just |
Hi, thanks for all your hard work on this.
This commit e26170d introduced a breaking change to the API. Is there a way that I can change my code to:
The text was updated successfully, but these errors were encountered: