-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 minion's remove_periodic_callback() #54777
Conversation
I re-ran the lint job with nox using py3 |
I opened a pr to this fork with the way I ran the lint job. |
Codecov Report
@@ Coverage Diff @@
## 2019.2.1 #54777 +/- ##
===========================================
Coverage ? 37.33%
===========================================
Files ? 1577
Lines ? 270144
Branches ? 57608
===========================================
Hits ? 100860
Misses ? 157975
Partials ? 11309
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## 2019.2.1 #54777 +/- ##
===========================================
Coverage ? 37.33%
===========================================
Files ? 1577
Lines ? 270144
Branches ? 57608
===========================================
Hits ? 100860
Misses ? 157975
Partials ? 11309
Continue to review full report at Codecov.
|
What does this PR do?
Fixes a typo in the function name and the number of parameters being passed.
What issues does this PR fix or reference?
It should fix #54776
Tests written?
Yes (thanks @waynew !!)
Commits signed with GPG?
No