Closed adnam closed 7 years ago
Looks like the build is broken, but seems to be unrelated to the changes in this PR.
Looks like tox might have gotten more strict. I'll work of fixing the build separately and let you know when I push a new version to PyPI.
Thanks for the fix!
Oh cool, wasn't sure if you'd see this :=) Glad to be of help.
Latest package should be available as pygerduty-0.35.2
.
Thanks again!
:boom:
The Exception class
IntegrationAPIError()
is defined like this:When raising it
IntegrationAPIError()
the methodPagerDuty.create_event()
the parameters were reversed:Should be:
This PR simply reverses the order of the parameters when raising the exception.
CC/ @gmjosack